Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
in a access database that has alot of people loging in to it and geting data will it be a problem to just access the data directly or should I use datasets and update the database with the oledb adapter?
Posted

You are not working with MS-Access.

You are just working with a file in the DB-Format MS-Access is useing.

You are useing the JET-Driver via the OleDb-Provider.

 

And this is able to handle multiple accesses to that file.

Posted
The driver will allow 10 connections, but I've heard it get's flakey after 5, that's by word of mouth (the flakey connection part, not that it maxes at 10), haven't seen documentation on it or seen it myself.

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...