Subject Re: [IBO] Difference between using ib_query or ib_storedproc for a select procedure
Author Jason Wharton
IB_StoredProc is a unidirectional cursor, You may as well use the TIB_Cursor
component for a multi-row Select statement.

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: "Gerhardus Geldenhuis" <gerhardus@...>
To: <ibobjects@yahoogroups.com>
Sent: Wednesday, October 02, 2002 2:17 AM
Subject: [IBO] Difference between using ib_query or ib_storedproc for a
select procedure


> Hi
> I just want to know is there any difference in terms of
> speed/effectiveness/etc in using a ib_query to, with the following
> select * from myproc(:var1,:var2) than using a ib_storedproc component
> to do the selection.
>
> Groete
> Gerhardus