Searching under this KB Article, combined with the word 'JET'
I was looking for a prior version of this KB Article.
You see-- I don't beleive that MIcrosoft has the AUTHORITY to rewrite
history.
If MIcrosoft says that JET IS NOT RECCOMENDED FOR IIS they do not have
my permissions to change their reccomendations five years later.
What do they do, read strategy off of a cracker-jax box?
Although Microsoft does not recommend that you use Internet
Information Server (IIS) to connect to Access databases
Although Microsoft does not recommend that you use Internet
Information Server (IIS) to connect to Access databases
Although Microsoft does not recommend that you use Internet
Information Server (IIS) to connect to Access databases
Although Microsoft does not recommend that you use Internet
Information Server (IIS) to connect to Access databases
Although Microsoft does not recommend that you use Internet
Information Server (IIS) to connect to Access databases
Although Microsoft does not recommend that you use Internet
Information Server (IIS) to connect to Access databases, there are
several advantages to using OLE DB versus ODBC for Access database
connections. One of the benefits of using OLE DB connections is the
ability to connect to databases without the need to create a user or
system DSN on the Web server. Other advantages include the ability to
call a thread-safe version of Visual Basic for Applications, and
increased stability.
http://www.kbalertz.com/264691/Creating.Connection.String.Access.Database.aspx
http://www.kbalertz.com/838306/responding.Microsoft.Access.applications.aspx
http://support.propelhosting.com/asp_odbc.htm
--IMPORTANT ODBC INFO--
The "Microsoft Access ODBC Driver" is no longer supported by
Microsoft. As such, Windows 2003 has issues with this particular
driver. We have modified Hsphere so that users can no longer setup
System DSNs (ODBC) for Access. We have updated this page on
information on the proper connection string to use for connecting to
Access databases.
As such, we will also be removing the Microsoft Access ODBC Driver.
YOU CAN STILL CONNECT TO ACCESS DATABASES, YOU MUST MODIFY YOUR
CONNECTION STRING TO USE THE "Microsoft.Jet.OLEDB.4.0" DRIVER!!!!!!
-----
Here is an example connection string:
oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=c:somepathmyDb.mdb;User Id=admin;Password="
If you are interested in reading about this issue, refer to the
Microsoft Knowledgebase article here:
http://support.microsoft.com/defaul...KB;EN-US;299973
The ODBC driver was written years before IIS was developed therefore
the two do not work reliably together.
Please see the following for more information.
"299973.KB.EN-US ACC2000: Using Microsoft Jet with IIS"
found at:
http://support.microsoft.com/defaul...KB;EN-US;299973
We strongly recommend that you use the Microsoft OLEDB Provider for
JET if you must use Access in an ASP application. Please keep in mind
that there are many other issues that occur when using Access in this
environment and even if you move to the OLEDB Provider you may still
experience errors.
http://p2p.wrox.com/topic.asp?TOPIC_ID=18183