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.

 
Go Back  dBforums > Database Server Software > Informix > Locking Problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-08-03, 23:19
garylam garylam is offline
Registered User
 
Join Date: Oct 2003
Posts: 6
Question Locking Problem

Dear All,

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
Reply With Quote
  #2 (permalink)  
Old 10-09-03, 09:51
peterd peterd is offline
Registered User
 
Join Date: Jun 2003
Posts: 1
Re: Locking Problem

Quote:
Originally posted by garylam
Dear All,

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.

-Peter D
Reply With Quote
  #3 (permalink)  
Old 10-09-03, 10:10
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Re: Locking Problem

Quote:
Originally posted by garylam
Dear All,

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
Hi,

I think that to prove using to trigger of update.

Gustavo.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On