Page 1 of 1

Error in Post Zquery

Posted: 19.01.2010, 16:30
by pttk
Hy

I have very extraneous error, when try post this Zquery:

select * from LegalFlash_Responsables
Where Res_CodigoUsuario=:n_Usuario

Send any scribbles and not save the record.

All another Zquery word OK.

Any idea?

PTTK

Posted: 19.01.2010, 21:36
by pttk
The error is : Column count doesn't match value count at row 1

I use Zquery for update data grid

Any idea?

Posted: 20.01.2010, 20:16
by bravecobra
What Delphi version are you using?

Posted: 22.01.2010, 15:08
by jeremicm
i had same error when i tried to make access frontend some time ago...

check if your database field names are correct in your code. i made that mistake...

Posted: 25.01.2010, 23:29
by mdaems
Another thing you should do to debug this is add a TZSQLMonitor component and record the exact SQL sent to the server. That way we might see what zeoslib tries to send to the database.

Mark