| Author |
Lock with ClientID or remoteClient object
|
Ramesh kumaar
Ranch Hand
Joined: Mar 19, 2002
Posts: 146
|
|
Hello All, Incase of database locking most of us are using clientID along with the recNo. Is it right to use the remoteclientobject(this) instred of ClientID. Does it make any difference. -rameshkumar
|
 |
Thomas Fly
Ranch Hand
Joined: Sep 09, 2002
Posts: 164
|
|
|
Each client will (or should!) have its own unique object by which it references the database, so what better choice for a ClientID?
|
Fly by Night Consultants<br /> <blockquote><font size="1" face="Verdana, Arial">quote:</font><hr><i>I climbed on the back of a giant albatross<br />which flew through a crack in the cloud<br />to a place where happiness reigned...<br />all year 'round<br />the music played ever so loudly!</i><p><a href="http://thomasfly.com/songs/Traffic/Hole_in_my_Shoe_qt.htm" target="_blank" rel="nofollow">Hole in My Shoe</a><hr></blockquote>
|
 |
Stephane Weber
Ranch Hand
Joined: Mar 07, 2002
Posts: 110
|
|
I couldn't agree more with Thomas. At first I had a common RemoteData object for all clients. You cannot imagine how much I was able to simplify my code and how fast some problems got solved when I switched to one client = one RemoteData, and use of this RemoteData as clientID. Stephane
|
 |
 |
|
|
subject: Lock with ClientID or remoteClient object
|
|
|