Subject | Re: [IBO] Problem with Search Mode (SOLUTION) |
---|---|
Author | Christian Gütter |
Post date | 2003-11-15T12:36:31Z |
Hi Helen and Luc,
I have found the solution:
I was using a dynamically created IB_Cursor to retrieve
some information based on the information in my master
query. This cursor executed a wrong statement when my
master query entered search mode.
Because the SQLs of the cursor and the query did not differ
very much, I thought it was the query which executed the wrong
statement. Sorry for causing so much trouble and thank you
very much for helping me.
Now, after having spent 9 hours with this problem, programming
will be more fun. :-/
BTW, is there a way to recognize which component has executed
a statement when you are using the DML monitor?
Christian
I have found the solution:
I was using a dynamically created IB_Cursor to retrieve
some information based on the information in my master
query. This cursor executed a wrong statement when my
master query entered search mode.
Because the SQLs of the cursor and the query did not differ
very much, I thought it was the query which executed the wrong
statement. Sorry for causing so much trouble and thank you
very much for helping me.
Now, after having spent 9 hours with this problem, programming
will be more fun. :-/
BTW, is there a way to recognize which component has executed
a statement when you are using the DML monitor?
Christian