access question

slip

Member
Joined
Feb 27, 2005
Messages
7
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?
 
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.
 
The driver will allow 10 connections, but Ive heard it gets flakey after 5, thats by word of mouth (the flakey connection part, not that it maxes at 10), havent seen documentation on it or seen it myself.
 
Back
Top