Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
What isolation level are you using for your transaction processing? Several of the isolation levels will lock the table on the first update, so you would be able to retrieve a record, but then after updating it, you wouldn't be able to query again until you committed or rolled back the transaction.
|