
Jet Engine Multi-User features
Quote:
>I am currently in the process of converting a stand alone VB
>application using Access 2.0 tables to a multi-user application. I
>would like to use optimistic locking for all of the data access in
>this application, however; I have been running into some problems.
>Immediately after opening any recordset I set it's LockEdits property
>to false ot allow for optimistic locking. Unfourtunately this does
>not seem to be working.
>As soon as I place a record into edit mode on one machine I am unable
>to place the same record into edit mode on any other machine. I
>receive Error 3260 Couldn't update locked by ...
>Are there any other properties besides LockEdits which need to be set
>to enable optimistic locking? Can anyone point me to a good reference
>on multiuser issues in VB4?
>Scott.
As far as know from my collegues - they did a project with VB and
Access 2.0, , Access 2.0 Jet Engine Multi-user features are
screwed-up; esp. if you need referential integrity. Secondly it will
be slowdown in multi-user environment. If you have referential
integrity set, remove and try. If you need ref. integriy and password
protection then go far paradox table. It would be safer and reliable.
- Enjoy.
:-) S.Sundar