write Conflict (1 Viewer)

Jaspal

Jas
Local time
Today, 10:28
Joined
Dec 31, 2004
Messages
38
Hi All,

I have an access from end application with linked tables to SQL server. The tables are access by many users at the same time (multi user enviroment). The Users are able to scroll through, edit etc the records. However now and again users are getting the message box that there is a "write conflict", at first i thought it was when the users were in the same record at the same time, but this is not the case.

I am currently searching for other answers and will carry on to do so. However if anybody has a solution or suggestion that would be great!

Many thanks in advance
 

llkhoutx

Registered User.
Local time
Today, 04:28
Joined
Feb 26, 2001
Messages
4,018
Take a look at
PHP:
Transmit/Commit/Rollback
Those VBA processes allow a user to catch a write conflict. Unfortunately they require code on a Rollback depending on one's requirements.

Anyone hitting a record while the first person has the record locked can lose their updates if they're not careful. Hence, the Rollback.
 

Users who are viewing this thread

Top Bottom