Normal Topic @XResultSetLocked unnecessary for retrieving info? (Read 479 times)
lksseven
Full Member
***
Offline



Posts: 416
Location: Southwest
Joined: Jan 26th, 2009
@XResultSetLocked unnecessary for retrieving info?
May 23rd, 2012 at 9:46pm
Print Post Print Post  
Am I correct in my thinking that I can safely use @Xresultsetlocked to retrieve information from fields in a locked record?    And the corollary that @Xresultsetlocked is necessary if intending to use Xresultsetvalue to change the value of a field in a locked record?
  

Larry
Back to top
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: @XResultSetLocked unnecessary for retrieving info?
Reply #1 - May 23rd, 2012 at 10:00pm
Print Post Print Post  
@XResultSetLocked checks to see if a record is locked. If it is, you won't be able to change any values in it. If you are just reading values from the record, the locked status is irrelevant.
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
lksseven
Full Member
***
Offline



Posts: 416
Location: Southwest
Joined: Jan 26th, 2009
Re: @XResultSetLocked unnecessary for retrieving info?
Reply #2 - May 23rd, 2012 at 10:37pm
Print Post Print Post  
Thank you.
  

Larry
Back to top
IP Logged