As a DBA, I can tell you this, just about anything is doable, it's a matter
of tradeoffs. can you do 600 users with MS Access and ADO.NET? No way.
But that's not ADO.NET's fault. ADO.NET is meant to work in a distributed
environment, that's what it's built for. So 20,000 users could be using an
ADO.NET app for instance, and depending on timing, only a few hundred may
even be connected.
If you are going to do that type of volume though, you really need to learn
ADO.NEt and its interaction with the DB. David Sceppa's ADO.NET Core
Reference is a must have, as is Bill Vaugh's ADO ADO.NET book. You'll
probably also want to get a book on the DB you are using for a backend (then
again, you could be using XML or Excel or whatever eslse) and learn about
the DB limitations.
The more details you can provide, the better suggestions NG members can help
you with.
Cheers.
Bill
"Steve Stover" <ssto...@cox.net> wrote in message
news:uzmp7Jmq...@TK2MSFTNGP10.phx.gbl...
I hate to appear as an apologist for MS Access but, reversing your
analogy and scaling as appropriate, surely 600 users could be using MS
Access via an ADO.NET app and, depending on timing, only a dozen may
ever be connected. So why do you say, 'No way'?
"William Ryan" <dotne...@nospam.comcast.net> wrote in message news:<OGioeCo...@TK2MSFTNGP11.phx.gbl>...
I wasn't belittling access, I just think using it for large production loads
is like using a Screwdriver to pound nails. Screwdrivers are great tools,
but just aren't made to pound nails. You can use them as such, but is it
really worth it?
"onedaywhen" <oneda...@fmail.co.uk> wrote in message
news:b8c9d0b7.03111...@posting.google.com...
--
____________________________________
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.
__________________________________
"William Ryan" <dotne...@comcast.nospam.net> wrote in message
news:upsGAxuq...@TK2MSFTNGP11.phx.gbl...
"William \(Bill\) Vaughn" <billvaRe...@nwlink.com> wrote in message news:<OEw38uwq...@TK2MSFTNGP11.phx.gbl>...