Access syncronization among several users (1 Viewer)

jcsuarez

jcsuarez
Local time
Today, 06:48
Joined
Dec 10, 2009
Messages
44
I work with ACCESS 2003. I save all my files in ACCESS 2000 format. I´m working with several people using ACCESS 2010, and find it awfully annoying to try to synchronize data among the different users. It always sends a message of "Too many Locks per File". I increased the Locks per file with a procedure I was sent from this Forum, but it still keeps sending the same message. This is not the only message I get, so my question is: Is there any way to simplify this process of synchronization? My users share only data, because designs are kept original in every computer. Help me, please :confused:
 

Uncle Gizmo

Nifty Access Guy
Staff member
Local time
Today, 10:48
Joined
Jul 9, 2003
Messages
16,373
Look up front-end back-end arrangement...
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 17:48
Joined
May 7, 2009
Messages
19,246
have you try setting it in code:

DbEngine.SetOption dbMaxLocksPerFile, 500000

you should also release the lock as:

DbEngine.Idle dbFreeLocks
 

jcsuarez

jcsuarez
Local time
Today, 06:48
Joined
Dec 10, 2009
Messages
44
Thank you, Arnelgp. I´ll try it and let you know how it worked
 

Users who are viewing this thread

Top Bottom