When you need unlimited users, 24x7 support, and ACID
transactions, Microsoft strongly recommends that you use Microsoft SQL Server
with Internet Information Server (IIS). Although Active Server Pages (ASP)
works with any OLE DB and ODBC-compliant database, IIS has been extensively
tested and is designed to work with Microsoft SQL Server with high transaction
traffic and unlimited users that can occur in an Internet scenario.
Note "ACID" is an acronym for the four properties of
transaction-processing systems: Atomicity, Consistency, Isolation, Durability.
ASP also supports using the Microsoft Jet database engine as a valid
data source. The Access ODBC Driver and Microsoft OLE DB Provider for Microsoft
Jet are not intended to be used with high-stress, high-concurrency, 24x7 server
applications, such as web, commerce, transactional, messaging servers, and so
on.
When you run Microsoft Jet in an IIS environment, it is
recommended that you use the native Jet OLE DB Provider in place of the
Microsoft Access ODBC driver. The Microsoft Access ODBC driver (Jet ODBC
driver) can have stability issues due to the version of Visual Basic for
Applications that is invoked because the version is not thread safe. As a
result, when multiple concurrent users make requests of a Microsoft Access
database, unpredictable results may occur. The native Jet OLE DB Provider
includes fixes and enhancements for stability, performance, and thread pooling
(including calling a thread-safe version of Visual Basic for Applications).
Both the ODBC driver and OLE DB Provider provide a wrapper around
the Microsoft Jet database engine, which provides the core functionality of
both the Access ODBC driver and Jet OLE DB Provider. While Microsoft Jet is
consciously (and continually) updated with many quality, functional, and
performance improvements, it was not intended (or architected) for the
high-stress performance required by 24x7 scenarios, ACID transactions, or
unlimited users, that is, scenarios where there has to be absolute data
integrity or very high concurrency. Microsoft has performed very robust
Multi-User/Stress scenarios that are designed to verify functionality in the
appropriate usage space of Microsoft Jet, and addresses any issues that may be
revealed.
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.