View Single Post
Old 09-07-2005, 01:37 PM   #19 (permalink)
Thorny
Upright
 
Location: Ohio
A note on MS Access: Yeah, the JET engine craps out at 65k records, etc. etc., but the shiny things (forms and other front-end bits) are a snap to throw together, and the standardization of the user interface coupled with it being wrapped up in MS Office makes it an excellent choice.

I use access to build front-ends for big backend databases in mySQL. Anytime the boss wants a new sparkly toy, it's nothing to whip up a new form or report in access built on a mySQL query.

It's almost the best of both worlds, easy Lego frontend, powerful backend. Just that messy connection stuff in the middle.
Thorny 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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76