Subject Re: [IBO] How To Know, Whether TIB_DSQL has returned any records or not ?
Author Svein Erling Tysvaer
Why would you want to use a TIB_DSQL with a select query? Generally, I use
TIB_DSQL for INSERT, UPDATE and DELETE, whereas I use TIB_Cursor (or
TIB_Query if neccessary) for SELECT, whether or not it returns any records.
Works great.

HTH,
Set

At 19:11 03.07.2003 +0530, you wrote:
>while using select statement with TIB_DSQL is ther any way to know that it
>has returned any records or not