|

Q: Are the names of the table and columns case sensitive?
A: DBMaker identifiers are case sensitive by default. However, you can change this to case insensitive by setting DB_IDCAP = 1 in the dmconfig.ini file.
Note: That setting won't take affect until the database is created.
|