Newbie: upper/lowercase tablenames PostgreSQL
Posted: Tue 02 Feb 2010 05:40
Hi,
I'm new to UniDAC. I'm using a TUniConnection and a TUniTable with a PostgreSQL database.
The TUniTable correctly list all the tables in the PostgreSQL database in the TableName property, however if I select one of the tables (in this case the table is called tMyTable), the error 'relation "tmytable" does not exist' pops up when setting the Active property to True.
Renaming the tablename in PostgreSQL to tmytable "solves" the problem.
What I don't understand is why the TUniTable component is able to list all the tables with correct case (that suggests UniDAC can use mixed case table names), but not use them...
kind regards,
Jan
I'm new to UniDAC. I'm using a TUniConnection and a TUniTable with a PostgreSQL database.
The TUniTable correctly list all the tables in the PostgreSQL database in the TableName property, however if I select one of the tables (in this case the table is called tMyTable), the error 'relation "tmytable" does not exist' pops up when setting the Active property to True.
Renaming the tablename in PostgreSQL to tmytable "solves" the problem.
What I don't understand is why the TUniTable component is able to list all the tables with correct case (that suggests UniDAC can use mixed case table names), but not use them...
kind regards,
Jan