If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
How can I view the un-updated row of record without locking when someone updating the row and have not committed yet?!
I know we can set the "Dirty Read", but it will show the updated value, what I want is the un-updated value!
How can I view the un-updated row of record without locking when someone updating the row and have not committed yet?!
I know we can set the "Dirty Read", but it will show the updated value, what I want is the un-updated value!
Thanks,
Gary Lam
Informix does not support this functionality. You are thinking of somethinkg like Oracle's rollback segment.
How can I view the un-updated row of record without locking when someone updating the row and have not committed yet?!
I know we can set the "Dirty Read", but it will show the updated value, what I want is the un-updated value!