07-13-2010 09:04 AM
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.
07-13-2010 09:28 AM
Try adding this to your connection string:
;Mode=Share Deny None;