|
-
Dec 11th, 2003, 03:56 AM
#1
Thread Starter
Addicted Member
Multiuser: Database problem
Hi
I've done an application in VB6 that uses an Access db.
My problem is that because that are several users updating the db at the same time.
This has caused the db to crash a few times (at least I think it's the multiuser thing that causes this problem)
Any idea on how to solve this ??
//C
-
Dec 11th, 2003, 04:44 AM
#2
-
Dec 11th, 2003, 04:50 AM
#3
Lively Member
I agree with mendhak!!
But just out of curiosity, How many users access the database and how big is the db??
Opinions Are Like Belly Buttons, Everyone Has One!
-
Dec 11th, 2003, 04:54 AM
#4
Thread Starter
Addicted Member
-
Dec 11th, 2003, 07:29 AM
#5
Banned
hi
when u start the updating the table
take the isolation label of ado
it solve your problem
it not anything to the msacess.it is the process of ado and locking
biswajit das
-
Dec 11th, 2003, 04:24 PM
#6
Member
Read this: http://support.microsoft.com/default...b;en-us;122958
It certainly cured my problem. Hope it helps you!
-
Dec 13th, 2003, 08:08 AM
#7
Member
It is NOT the database...
I run 50 concurrent users on DAO on MS Access. You can't tell 1 user from 50.
No lockups, little bloat,
100MB database accumalating 5meg/month.
For starts, If you are, stop logging in/out every operation. Set DB object and leave them logged in until app closes or timed out for inactivity.
We've bombarded a DB with appends/updates from 15 stations until achieved without err; test your techniques before you implement them.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|