Hi,
Does anyone know if it's possible to use LLBLGEN with DB2 to retreive records with the 'for read only with ur' clause and isolation level specified?
I'm looking to avoid locking up data tables whilst querying records and have been advised that all read only queries should have this clause appended.
According to the DB2 documentation:
"The uncommitted read isolation level allows an application to access the uncommitted changes of other transactions. Moreover, UR does not prevent another application from accessing a row that is being read, unless that application is attempting to alter or drop the table."
Is this something that LLBLGEN can do via a driver or adaptor setting for Select queries?
Many thanks for any thoughts!
pmax100