posted 18 years ago
Oracle and Sql Server are both suited to store lots of data.
They are capable of managing lots of concurrent connections / users,
And they can easily be placed on another server than your application.
They have proven that they are up to the task.
Ms Access can also store lots of data, and return them performantly.
But it doesn't scale well as a multi-connection/user database, and
it's not that easy to move it to another server when ehavy loads require you to spread your application over multiple servers.
Microsoft knows that. That's why they also offer sql server.
I do think that MS Access is a good database when you want to store data in tables on your personal computer. But I would not advise you to use it as a backend database for enterprice size applications.
Regards, Jan
OCUP UML fundamental and ITIL foundation