LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem on Concurrent access to MS Access Database by using DB connectivity Tool

Hey all,

 

I have 3 PCs run the same program to write data to database, but as you know, the database can only support one access at a time, so a crash will happen when there are above 2 PCs get into the database at the same time. Is there any suggestion to deal with this problem?

 

Thank all you guys.

0 Kudos
Message 1 of 2
(2,370 Views)

Try adding this to your connection string:

 

;Mode=Share Deny None;

 

 

0 Kudos
Message 2 of 2
(2,358 Views)