error sintax
Posted by:
mauro rr
Date: May 17, 2011 06:51PM
'you have an error in your SQL sintax. Check the manual that corresponds to your mysql server version for the right sintax to use near "at line '.
When eqsaldo=0 (zero) I receive this message on my code (Delphi 7):
tabelas.THist.Open;
tabelas.THist.Insert;
tabelas.THistsaldoqtd.Value := eqsaldo;
tabelas.Thist.Post;
tabelas.Thist.Close;
"Thist" is a table, not query (SQL). The field "saldoqtd" is type int.
When eqsaldo > 0 (zero) the post is correct.
How solve this ?
Tks
Subject
Written By
Posted
error sintax
May 17, 2011 06:51PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.