Jump to content
Xtreme .Net Talk

Recommended Posts

Guest Cheung
Posted

I am developing a windows application using vb.net. when the applications are running on two different machines at the same time, they can both enquire the same mdb file. However, only the applications started earlier can insert/update/delete the records in the mdb. What can I do so that the applications can update the mdb at the same time (assume there is no conflict in the updates)?

 

Thanks!

Guest Dilyias
Posted
Only open a connection when you need it and close it as soon as you are done.. I.e. dont' use a global connection object that is always open. I guess it depends on the nature of the app to see if this is acceptable for performance, etc...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...