Subject Re: [IBO] Prepare Question
Author Jason Wharton
Yes, there are issues with using SELECT with TIB_DSQL.

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


----- Original Message -----
From: "Svein Erling Tysvær" <svein.erling.tysvaer@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, February 23, 2001 12:44 AM
Subject: Re: [IBO] Prepare Question


> At 18:04 22.02.2001 +0100, you wrote:
> >I have a Query Component with a calculated Field. It fills this field by
> >calling a DSQL component, passing a parameter which creates a
> >select with 1 result.
>
> Isn't there a bug associated with SELECTs in DSQLs? Wouldn't it be
> neccessary to rather use TIB_Cursor (or UnPrepare/Prepare between each
time
> you call your TIB_DSQL)?
>
> Set