slip Posted August 23, 2005 Posted August 23, 2005 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? Quote
HJB417 Posted August 24, 2005 Posted August 24, 2005 if the data is mostly static, and the application containg the datasets is long lived, use datasets. Quote
slip Posted August 24, 2005 Author Posted August 24, 2005 am I correct in saying that access will only allow one open connection at a time? Quote
FZelle Posted August 26, 2005 Posted August 26, 2005 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. Quote
bri189a Posted August 27, 2005 Posted August 27, 2005 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.