Subject | Re: [IBO] Inserts using TIB_Cursor |
---|---|
Author | Jason Wharton |
Post date | 2003-03-07T19:02:09Z |
Keep in mind BATCH INSERTS are best done using a TIB_DSQL component with
input parameters for the insert values. Here you just directly use an INSERT
sql statement rather than a SELECT. See BlobInserts sample application for
how to do batch inserts.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
input parameters for the insert values. Here you just directly use an INSERT
sql statement rather than a SELECT. See BlobInserts sample application for
how to do batch inserts.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
----- Original Message -----
From: "Jason Wharton" <jwharton@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, March 07, 2003 12:00 PM
Subject: Re: [IBO] Inserts using TIB_Cursor
> Cursor's are not ideal for handling inserts.
> Use a TIB_Query since it has buffering capabilities.
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>