TZTable Problem with ADO

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
WCampelo
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 24.11.2009, 13:11

TZTable Problem with ADO

Post by WCampelo »

When you have a field named 'Password' in your table, the generated SQL is wrapped at 'Pas', begining a new line after that.
Then when you try to insert a new record in this table a Invalid INSERT INTO sintax error is generated.
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

Probably because password is a reserved word. Try change it to pwd, passwd or something like that
Post Reply