Problem with TZTable/TZQuery - TableName and Fields names

Forum related to PostgreSQL

Moderators: gto, cipto_kh, EgonHugeist, olehs

Post Reply
andrea.lai
Fresh Boarder
Fresh Boarder
Posts: 21
Joined: 26.11.2005, 12:23

Problem with TZTable/TZQuery - TableName and Fields names

Post 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 !
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Post 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?
Post Reply