View Single Post
Old 03-03-2008, 11:26 AM   #9 (permalink)
ratbastid
Darth Papa
 
ratbastid's Avatar
 
Location: Yonder
Quote:
Originally Posted by JinnKai
MS Access is the bottom of the DB food chain. It works, but it's terrible for anything beyond a small (40ish) user base.
Wow, that's generous. I've seen Access applications grind to a halt with three users and less than 10k records. Nobody should be using it for anything more demanding than organizing recipes or keeping a catalog of CDs.

However, it does make a very usable interface to a real database over ODBC. I have a client who interfaces with MySQL on his web server over Access/ODBC, and it works great for him. There's latency, since the data is over the Internet rather than right there on disc, but the app itself is rock solid.
ratbastid is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46