Subject Re: [IBO] "transaction_has_no_connections"_error
Author Helen Borrie
At 09:21 PM 15/09/2004 +0000, you wrote:

>Assign a connection to the TIB_Cursor (again, for sure!)
>
>Add a SELECT to the TIB_Cursor
>Open
>close
>
>Add a executable procedure to a TIB_DSQL
>Execute
>
>Assign a connection to the TIB_Cursor (again too, for more sure!)
>
>Add another SELECT to the TIB_Cursor
>Ope..<crash>

OK, if you are seriously asking for help, show us the actual code you are
using to do this

AND show us the SQL for each case

AND explain what you mean by "crash". (transaction_has_no_connections is
not a database error; so do you see anything in the server log to
correspond with this?)

Helen