Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with multiuserconflict

Status
Not open for further replies.

rloibl

Programmer
Aug 20, 2001
14
GB
I have the problem that when two users are working on the server in the same database after a while the database starts making faultable datasets (in fields you get the #Error# values in) and then it gets corrupt and you have to repair it but before you have to delete the corrupt datasets.

So my problem is I have to split the data up and make two databases (for each user one)
 
Do you have user level security? If not that is a good solution. By having the security, the db knows who is logged in and that seems to fix most errors associated to having mutliple users.
 
Thanks Dannyocean for this help. What kind of user level security do you mean? The other thing I don´t understand (and that´s why maybe this is server related) is that on one server you can work with more users and on the other you can´t.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top