Subject Re: [IBO] TIB_SToredProc problems
Author Lucas Franzen
Daniel,

> TIB_Cursor->First;
> While( !TIB_Cursor->Eof )
> TIB_Cursor->Next;
>
> However, this generates an error:
>
> CODE:335544327
> ...
> invalid request handle
> ...
>
> Any suggestions %-)

Are you sure your SQL is:
SELECT * from STORED_PROC

and not:
EXECUTE PROCEDURE STORED_PROC

???

Luc.