January (2012)
S M T W T F S
1234567
891011121314
15161718192021
22232425262728
293031

February (2012)
S M T W T F S
   1234
567891011
12131415161718
19202122232425
262728

May 13, 2009
ADODB.Connection error '800a0e7a'

If you are getting the following error when try to run as ASP code:

ADODB.Connection error '800a0e7a'
Provider cannot be found. It may not be properly installed.
/inc/require.asp, line 184 

The code on Line 184 references opening a Microsoft Access Driver:

s = "PROVIDER=MSDASQL;DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("db/rcf.mdb") & ";"

The reason you are getting this error is because Microsoft hasn't made a 64 bit driver for Access. You best solution is to try running the ASP code in a non 64 bit environment. (i.e Install it on another machine.) Sorry for the bad news, but this will stop you from spending hours searching for a solution that doesn't exist.

 Redbullet Filed under the "Windows" category, see others in this category.