Subject Re: [IBO] Newbie Question -- Inserts slow?
Author Jason Frey
> Give the TIB_Transaction.ExecuteImmediate method a try. Of what I see in
> the code there's no parsing and the statement is sent directly to the
> API. This might give you the speed you are looking for.

I'll give it a whirl, and see what happens.

- Jason