Column with name "Extra" was not found

Forum related to MySQL

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
ozxbi
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 19.04.2009, 23:44
Location: Cristuru Secuiesc
Contact:

Column with name "Extra" was not found

Post 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?
seawolf
Zeos Dev Team *
Zeos Dev Team *
Posts: 385
Joined: 04.06.2008, 19:50
Contact:

Post by seawolf »

Hi,
first of all what db are you using?
Probably "Extra" is a reserved word so try changing name of that column
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
Image
ozxbi
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 19.04.2009, 23:44
Location: Cristuru Secuiesc
Contact:

ZeosLib Mysql

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