Subject | Re: [IBO] help me with IB_Script |
---|---|
Author | Alander Gimenez |
Post date | 2009-06-25T16:07:23Z |
Thanks Sergio,
I`ll try to do that, anything I back to talk to you ok
see you
===================================================
--- Em qui, 25/6/09, Sergio Zoccante <sergiozoccante@...> escreveu:
De: Sergio Zoccante <sergiozoccante@...>
Assunto: Re: [IBO] help me with IB_Script
Para: IBObjects@yahoogroups.com
Data: Quinta-feira, 25 de Junho de 2009, 15:22
Hi, Al
Put a IB_Script component in the form, and set the IB_Connection and
IB_Transaction properties.
In the code:
try
IB_Script.SQL. Clear; // if needed
IB_Script.SQL. Add( <Here, a SQL statement1>) ; // or
IB_Script.SQL. Text := <Here, a SQL statement>;
IB_Script.SQL. Add( <Here, a SQL statement2>) ;
...
IB_Script.Execute;
IB_Script.IB_ Transaction. Commit;
except
IB_Script.IB_ Transaction. Rollback;
raise
end;
Ciao
Sergio
____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
[Non-text portions of this message have been removed]
I`ll try to do that, anything I back to talk to you ok
see you
===================================================
--- Em qui, 25/6/09, Sergio Zoccante <sergiozoccante@...> escreveu:
De: Sergio Zoccante <sergiozoccante@...>
Assunto: Re: [IBO] help me with IB_Script
Para: IBObjects@yahoogroups.com
Data: Quinta-feira, 25 de Junho de 2009, 15:22
Hi, Al
Put a IB_Script component in the form, and set the IB_Connection and
IB_Transaction properties.
In the code:
try
IB_Script.SQL. Clear; // if needed
IB_Script.SQL. Add( <Here, a SQL statement1>) ; // or
IB_Script.SQL. Text := <Here, a SQL statement>;
IB_Script.SQL. Add( <Here, a SQL statement2>) ;
...
IB_Script.Execute;
IB_Script.IB_ Transaction. Commit;
except
IB_Script.IB_ Transaction. Rollback;
raise
end;
Ciao
Sergio
____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
[Non-text portions of this message have been removed]