Locked rows despite READ_UNCOMMITTED

NickW

New Member
We're using the DataDirect SQL92 3.60 driver to connect to a 9.1D database. We have the isolation level set to READ_UNCOMMITTED but still every once in a while we get

[DataDirect-Technologies][ODBC PROGRESS driver][PROGRESS]Failure getting record lock on a record from table PUB.TABLENAME.

Any ideas on cause or solution?
 
Hi,

Try testing a sql by setting the isolation level within the sql (so that the isolation for the session is set). if that works, then there should be something wrong with your configuration or your configuration is being ignored/overridden by another configuration.
 
Back
Top