Subject Re: [IBO] Help on TIB_StoredProc
Author Christian Gütter
Hi cyclon779,

> ok, the number of rows returned by the procedure could be between 3
> and a few hundreds. I need to load the output into a grid and after
> print it.
> I use a TIB_CURSOR to execute the procedure, like this (from runtime):

you should use a TIB_Query for that purpose.
A TIB_Cursor is unidirectional and not made for use with a TIB_Grid.

Christian