Page 1 of 1

Column with name "Extra" was not found

Posted: 19.04.2009, 23:55
by ozxbi
hello

I'm using Delphi7 with Zeos components.

I use Datasource, ZConnection and ZTable.
I set all and and I make the ZTable.active := True; then I get an error
Column name with "Extra" was not found

Where is the problem?

Posted: 20.04.2009, 07:55
by seawolf
Hi,
first of all what db are you using?
Probably "Extra" is a reserved word so try changing name of that column

Posted: 20.04.2009, 08:36
by mdaems
Did you find this forum post : http://zeos.firmos.at/viewtopic.php?t=1809 ?

This problem should be solved since long. What version of zeoslib are you using?

Mark

ZeosLib Mysql

Posted: 20.04.2009, 11:17
by ozxbi
Hello,

I solved the problem.
I downloaded the Zeosbdo -6.4.4-stable.zip and it working well.
Thank you for your help