Subject Re: [IBO] loop of inserts
Author Jason Wharton
Call ExecSQL and assign the values to the input parameters. You need to put
colons in front of them.

See the BlobInserts sample application for many helpful hints on how to do
this efficiently.

HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Ronaldo Rezende Vilela Luiz" <ronaldinho79@...>
Newsgroups: egroups.ibobjects
To: <IBObjects@yahoogroups.com>
Sent: Friday, May 10, 2002 1:12 PM
Subject: [IBO] loop of inserts


> I need to do a loop with several inserts. I use the ib_cursor. What metod
> of ib_cursor I must to call to execute the query?
>
> ex: I need to perform this query in a while loop.
> insert into table exit_people
> (id, date_time, people_id)
> values (var_id, var_date_time, var_people_id);
>
> --
> Ronaldo Rezende
> ronaldim@...