C
Charles A. Lackman
Hello,
I am using a Jet4.0 (Access) database as a datastore that 10 computers are
updating on a regular basis. I am using ExecuteNonQuerry to send the
updates with parameters from an unconnected state. The problem I am having
is when more than 1 person is sending an update the others attempt is not
accepted. I need all people to be able to concurrently update without the
database being locked.
Mode is set to Share Deny None
I have noticed that there is a Database Locking Mode that I have not set
Database Locking Mode=1
What does the Modes mean and will this fix the problem I am having. This
problem also happens when 2 people try to read the data from the datastore
at the same time.
Would this problem be solved if I used a different database like Dbase??
Thanks,
Chuck
I am using a Jet4.0 (Access) database as a datastore that 10 computers are
updating on a regular basis. I am using ExecuteNonQuerry to send the
updates with parameters from an unconnected state. The problem I am having
is when more than 1 person is sending an update the others attempt is not
accepted. I need all people to be able to concurrently update without the
database being locked.
Mode is set to Share Deny None
I have noticed that there is a Database Locking Mode that I have not set
Database Locking Mode=1
What does the Modes mean and will this fix the problem I am having. This
problem also happens when 2 people try to read the data from the datastore
at the same time.
Would this problem be solved if I used a different database like Dbase??
Thanks,
Chuck