Access corrupted Database in multiuser-mode

  • Thread starter Thread starter Hertreiter
  • Start date Start date
H

Hertreiter

Hello,

my VB.NET application uses a Access (Access 2000) Database which is on
a OS/2 Server in the LAN. Unfortunately I have often a corrupted
Database when a couple of users
work at the same time with my application. It's always the same table
(the one with
the most traffic) which is affected.
My log-files said that the users always normaly closed the application
and an the Connection are also normaly closed.

I opend the Database with the following connectionstring:
"Provider=Microsoft.Jet.OLEDB.4.0; Ole DB Services=-4; Data
Source=xyz.mdb;Jet OLEDB:Database Locking Mode=0; Mode=Share Deny
None;Jet OLEDB:Engine Type=5"


Any ideas?

Thank you for reading!
Many Thanks for answering!
 
Use a real database, like MySql or even Foxpro - anything but Access.

T
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top