Page 1 of 1

TZTable Problem with ADO

Posted: 24.11.2009, 13:19
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.

Posted: 24.11.2009, 22:32
by seawolf
Probably because password is a reserved word. Try change it to pwd, passwd or something like that