I'm on Mr. Ryan's side here. JET is capable of handling small workloads and
is gated by the fact that each users gets their own JET engine that has to
perform shared physical IO on a common file. This design was implemented in
Dbase back in the 70s on 8-bit computers and didn't work then. It still
doesn't work for more than a few users--unless these "users" are (mostly)
dormant. Sure, someone will pop up and say they connected a couple of
hundred users to a JET database but outside of a carefully constructed lab
experiment, I've never seen it in a "real" production environment.
MSDE is SQL Server. It's capable of scaling to as many users as most small
businesses need, and without changing the code can scale to thousands of
simultaneous (active) users when you convert to Standard or Enterprise
edition. JET can't say that. That's one reason why Microsoft is moving away
from JET--even for Access.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
MVP, hRD
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________