|
-
Jan 16th, 2003, 07:40 PM
#1
Thread Starter
Hyperactive Member
Microsoft Access Issue
I am using the DAO method for my project, and intend to build a multi-user program. Is it true that using DAO, only one person can access the Access Database at a time?
-
Jan 16th, 2003, 08:55 PM
#2
-
Jan 16th, 2003, 09:04 PM
#3
PowerPoster
i guest MS Access can support 10-20 connection at the same time. please correct me if i'm wrong.
-
Jan 16th, 2003, 10:46 PM
#4
PowerPoster
If performance is not an issue Access can hold 255 concurent users.
Somone say it degrades after 20 or so i'd push that up to 60-70+.
Depending on the setup.
b
-
Jan 17th, 2003, 12:42 AM
#5
PowerPoster
oh..ya... that good, as i only try out max of 10 connection concurrent don't have that much of client in the app i have dev
-
Jan 17th, 2003, 05:05 AM
#6
Hyperactive Member
I have worked on an Access database with >50 users using DAO. Performance was merely OK, but we had serious corruption problems. Mostly is was with records with memo datatypes, and I suspect if you avoid data types which store a pointer to where the data is stored (OLE datatypes are similar) this problem may not occur.
I would err on the side of caution and plump for SQL server if more than 10 users were required, but for just 10, you should be fine.
After all "Rust Never Sleeps"
-
Jan 17th, 2003, 09:13 AM
#7
Thread Starter
Hyperactive Member
thanx for the opinoins, well...hm.......in truth, i'm onli developing a minor application to support less than 10 users for sure
so if i place the database at the server, how should i connect the client PCs to the database located on the server?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|