Page 1 of 1

Problem with TZTable/TZQuery - TableName and Fields names

Posted: 26.01.2006, 12:15
by andrea.lai
Hi,
I have create a program that use zeos object to connect mysql database and table.
Now I wont test the program with PostgreSQL.

The problem is that the name of the Table and fields must be between " char.

There is a method to have the name of the table and of the field without this for no change the source code ?

Thank you !

Posted: 26.01.2006, 12:32
by zippo
I think no. Have you used any special chars in the table/fields name? If your answer is "Yes" then now you know why people say to always use ASII for tablenames... :)

Can you show any example of the names used?