S
Sam Allgood
-----Original Message-----
I'm seeking info on the same issue in implementing ansays...
Hi Ted,
We figure that an Access back-end, if the tables and application are
properly designed, can support 10-15 simultaneous active users.
However, there are a lot of variables, such as the size of recordsets,
complexity of queries and forms, speed of PCs, etc.
You'll usually hit performance limitations far sooner that the physical
size limitation, which was 1GB for earlier versions of Access, but is
2GB in Access 2000 and later.
If you go to SQL Server, you need to use different techniques in your
Access application to take advantage of it - if you just use linked
tables, you won't get much gain; in fact, you might even see worse
performance in some areas.
--
Armen Stein
J Street Technology, Inc.
Armen _@ _ JStreetTech _._ com
.
application that could have up to 40 concurrent users. I'm
wondering if Armen's statements that "if you just use
linked tables, you won't get much gain" applies only to SQL
Server, or does it apply to linking to other ODBC servers also?
Sam Allgood