Hello TF:
You wrote on Wed, 9 Jun 2004 10:29:40 +0200:
T> I mean, if I fix somewhere a lock like "adLockOptimistic" or another one
The only way you have have true locks in the database, is using pessimistic
locking of the recordset. Access won't let you do that with its own
recordsets.
Of course, you can make all your forms unbound and manipulate the data
between controls and database "manually", using ADO recordsets you create by
yourself. But then, it's already not so much of Access, it's rather VB: you
will have to program everything Access normally does for you, including
populating comboboxes, scrolling, etc.
In one of my projects, I implemented the following. If user A opens order X,
and then user B is trying to open the same order X, user B receives the
message: "User A is working with this order, his phone # is xxx. Proceed or
cancel?" This is done with UDP broadcast of the intention to open order X,
to which another workstation working with order X responds.
regards,
Vadim
----------------------------------------
Vadim Rapp Consulting
SQL, Access, VB Solutions
847-685-9073
www.vadimrapp.com
TF - 10 Jun 2004 21:03 GMT
Do you create a special table for coding the users action ?
Or you use some internal functions of Sql Server?
Thanks
> Hello TF:
> You wrote on Wed, 9 Jun 2004 10:29:40 +0200:
[quoted text clipped - 25 lines]
> 847-685-9073
> www.vadimrapp.com
Vadim Rapp - 14 Jun 2004 14:43 GMT
Hello TF:
You wrote on Thu, 10 Jun 2004 22:03:34 +0200:
T> Do you create a special table for coding the users action ?
T> Or you use some internal functions of Sql Server?
You mean, the way I notify? Neither, everything is in code, using MS winsock
control.
Vadim
----------------------------------------
Vadim Rapp Consulting
SQL, Access, VB Solutions
847-685-9073
www.vadimrapp.com
TF - 18 Jun 2004 10:07 GMT
Thank you, I'll try to discover the MS Winsock.
> Hello TF:
> You wrote on Thu, 10 Jun 2004 22:03:34 +0200:
[quoted text clipped - 11 lines]
> 847-685-9073
> www.vadimrapp.com