Forum Post: RE: sql/odbc - update a record without locking table, possible ?

  • Thread starter Thread starter Rob Debbage
  • Start date Start date
Status
Not open for further replies.
R

Rob Debbage

Guest
Hello, I believe it's your isolation level - you have the highest level set (serializable) and this will inevitably lead to many record locks to prevent dirty reads, etc. For more information, please review to the SQL Development manual: documentation.progress.com/.../dmsdv.pdf Try with Read Committed instead. Kind regards, Rob

Continue reading...
 
Status
Not open for further replies.
Back
Top