Subject | OldParameterOrdering query not allowing OAT to advance |
---|---|
Author | jimbehr3446 |
Post date | 2005-09-07T18:16:06Z |
We have noticed that the query to check the OldParameterOrdering
causes the OAT to stop advancing under certain conditions. We have an
Ibo_Connection and an Ibo_Query with AUTOCOMMIT and READONLY set to
true (we only use this connection/query for ZipCode lookups). We can
start and stop the program multiple times and the OAT does not
advance. As soon as we change the Ibo_Connection.ParameterOrder from
poAuto to poNew, the OAT advances as expected.
We used Tib_Monitor to log the transactions and we see the START
TRANSACTION associated with the query but never see a COMMIT or ROLLBACK.
Are we doing something wrong?
causes the OAT to stop advancing under certain conditions. We have an
Ibo_Connection and an Ibo_Query with AUTOCOMMIT and READONLY set to
true (we only use this connection/query for ZipCode lookups). We can
start and stop the program multiple times and the OAT does not
advance. As soon as we change the Ibo_Connection.ParameterOrder from
poAuto to poNew, the OAT advances as expected.
We used Tib_Monitor to log the transactions and we see the START
TRANSACTION associated with the query but never see a COMMIT or ROLLBACK.
Are we doing something wrong?