User-Supplied Object Names

AcuSQL is case sensitive when reading the names of objects in SQL supplied by the user, such as connection names or cursor names. For example, AcuSQL reads mycursor, MyCursor, and MYCURSOR as the names of three different cursors. Therefore, be consistent in your use of uppercase and lowercase letters when referring to these objects.