> using 'ms access' and 'server-side db' in the same sentence is a plain
> oxymoron.
> ms access is a DESKTOP database application.
> any mission-critical website should NEVER even CONSIDER using ms access...
Seconded. Access is designed for "My CD Collection", not "My Production
Website".
As you - the OP - have already discovered - it's a single-user system *by
design*: it's not meant for more than one person to use at once. This
immediately discounts it as an option for a production system. Before
anyone else starts, *yes*, it *can* be used for more than "My CD
Collection", but it's not intended for anything more than that. It's very
good as far as desktop applications go, but it's a desktop application.
>> The vendor maintains that "ACCESS is a SQL compliant relation database". I content
>> that is not designed for multiuser Internet database use.
What does "SQL compliant" mean? Do they mean it conforms to one of the
ANSI (or is it ISO now?) SQL standards? I doubt that very much.
Anyway, the compliance of the query language has nothing - NOTHING - to do
with what the underlying DB engine was designed for. And it was designed
for single-user "My CD Collection" type databases. That your "vendor"
doesn't understand that means that doing research or finding references to
point them at is a fool's errand, because they're already out of their
depth.

Signature
Adam
JR "Bob" Dobbs - 03 Apr 2009 21:37 GMT
Here are some articles from Microsoft that deal with scenarios where using
Access vs SQL Server.
"...Microsoft ODBC Driver for Access and Microsoft OLE DB Provider for Jet are
not intended for use with high-stress, high-concurrency, full-time server
applications (such as Web applications, commerce applications, transactional
applications, messaging servers, and so on)."
http://support.microsoft.com/kb/316675
"Microsoft Access is a database intended for small projects with a few users.
When a database grows large, and more users need to work with it, you are ready
to move up to the more robust and secure database solution provided by
Microsoft SQL Server."
http://www.microsoft.com/sqlserver/2005/en/us/migration-access.aspx
Article: "When to Migrate from Microsoft Access to Microsoft SQL Server"
http://download.microsoft.com/download/5/d/0/5d026b60-e4be-42fc-a250-2d75c49172b
c/when_to_Migrate_from_Access.doc
Note that Microsoft encourages migration from Access to SQL Server, however
you could migrate to another database server such as Oracle, DB2, etc.