What's this like? I've always been a SQL Server guy.
But for a friend's personal website, like everyone has these days - very few hits, would access be any good?
I assume it's easy to connect to one, just a simple change in the connection string. But are they any good to use?
We're talking a random image generator + a news listing/builder. Contact form, etc.
But for a friend's personal website, like everyone has these days - very few hits, would access be any good?
I assume it's easy to connect to one, just a simple change in the connection string. But are they any good to use?
We're talking a random image generator + a news listing/builder. Contact form, etc.
. The problem with Access (or more accurately the Jet driver) is it can only take so many connections at one time before the whole thing keels over and just point blank refuses to work. It is believed the number is about 10 but it depends on what each database connection is doing, and the load put upon the driver and database.