Hi,
I've a windows application with VB.Net. I made a little application that connect on a ms access database and do some stuff.
The application works well in my PC and in other remote PC, but If I made a concurrent open to the database, I got an error.
I see that in mdb directory I got a ldb file when someone open a connection. How can I remove the exclusive connection to the database ?
Thank you !