Board index » delphi » IBX 4.2 BUG with no uppercase table names
Marco Menardi
![]() Delphi Developer |
Thu, 09 Jan 2003 03:00:00 GMT
IBX 4.2 BUG with no uppercase table names
Using IBX 4.2 and having created a database using QuickDesk
administration program, I have table names in lowercase with capital letter (i.e. Customers, Employers, etc.). When I try to open a TDataSet or a TTable against one of that tables, the error "Dynamic SQL error SQL error code = -204 Table unknown CUSTOMERS" appears. If I create a table with uppercase name, everything goes good. It can be a QuickDesk fault letting create a lowercase table name, but: a) IB6 lets you doing it, so IBX should get care of it too b) IBConsole has no problems in opening the lowercase tables c) QuickDesk has no problems in opening lowercase tables too Seems that IBX, even if the table name property has right case value Please, give me a quick patch :)) |