Subject TIBOStoredProc still working correctly?
Author zifnabbe
I use the latest version of IBObjects.

My TIBOStoredProc components are not working anymore

When a call is done to my storedproc I get the error message 'Invalid
Cursor Handle'

I've put a TIBODatabase on the datamodule
I've put a TIBOTransaction on the datamodule
I've connected the IB_Connection to the TIBODatabase
I've put a TIBOStoredProc on the datamodule
I've set the Database property
I've set the IB_Transaction to the TIBOTransaction

Now, when I want to select a StoredProcName, I get an empty list,
while there are several stored procs in my database. Is this normal?

When I set Active to True, I get the error 'Invalid Request Handler'
and Prepared becomes True. Is this normal?

Tom.