Subject Re: [IBO] Prepare Question
Author Svein Erling Tysvær
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