Subject Re: [IBO] Prepare Question
Author dennis@aceware.com
At 08:44 AM 02/23/2001 +0100, you wrote:
>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)?

You are probably thinking of the bug in InterBase with respect to serial
calls to a stored procedure which returns data. The prepare/unprepare
tactic is a way to avoid that problem. There is NO BUG in TIB_DSQL related
to this (or related to anything else, I dare say).

Dennis McFall