S
Selden McCabe
I'm developing a web site which might have 200 or so simultaneous users.
The current design has an Access database providing various information.
I've read that Access supports no more than 66 simultaneous users.
However, I'm using ADO.Net, which only connects when it needs some
information, and then disconnects right away.
The amount of data I'm working with is pretty small, no more than 15 rows
and 5 or 6 columns (at most) per query.
I think under these circumstances, Access will work fine.
Is there any reason I should switch to SQL Server? Am I likely to hit the
66 user limit? And if I do, what would happen?
If I do go with Access, are there any tips or configuration issues I should
be aware of?
Thanks!
---Selden McCabe
The current design has an Access database providing various information.
I've read that Access supports no more than 66 simultaneous users.
However, I'm using ADO.Net, which only connects when it needs some
information, and then disconnects right away.
The amount of data I'm working with is pretty small, no more than 15 rows
and 5 or 6 columns (at most) per query.
I think under these circumstances, Access will work fine.
Is there any reason I should switch to SQL Server? Am I likely to hit the
66 user limit? And if I do, what would happen?
If I do go with Access, are there any tips or configuration issues I should
be aware of?
Thanks!
---Selden McCabe