MySQL Forums
Forum List  »  Delphi

Re: error syntax
Posted by: mauro rr
Date: May 18, 2011 05:11PM

Sorry, Peter. I forgot to mention that this is a procedure. So my code is:

procedure transac.movimento;
begin
tabelas.THist.Open;
tabelas.THist.Insert;
tabelas.THistsaldoqtd.Value := eqsaldo;
tabelas.Thist.Post;
tabelas.Thist.Close;
end;

I use Delphi.



Edited 1 time(s). Last edit at 05/18/2011 05:14PM by mauro rr.

Options: ReplyQuote


Subject
Written By
Posted
May 17, 2011 06:51PM
May 17, 2011 07:40PM
May 17, 2011 08:21PM
May 18, 2011 09:32AM
May 18, 2011 03:28PM
May 18, 2011 09:54AM
May 18, 2011 01:31PM
May 18, 2011 04:13PM
Re: error syntax
May 18, 2011 05:11PM


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.