Hello, there:
I've a simple ASP (not .NET) script which tries to open a connection to an Access database. Quite simple...
Running on Windows XP's IIS.
I get the 8007007f error on line 5, which follows:
I've downloaded & installed the las MDAC version from MS website, but I can't get through.....
Does anyone have had this error?
IE dump follows:
Error type:
Server Object, ASP 0177 (0x8007007F)
8007007f
/javier/index.asp, line 5
N.B.: Server and browser are in Spanish version, I've translated the error to English....
Thanks in advance,
Arlequín
arlequin_AT_internet_DOT_com_DOT_uy
I've a simple ASP (not .NET) script which tries to open a connection to an Access database. Quite simple...
Running on Windows XP's IIS.
I get the 8007007f error on line 5, which follows:
Code:
<%
Dim BD
dbPath = "C:\Inetpub\SAG\javier\inmobiliaria.mdb"
Set BD = Server.CreateObject("ADODB.Connection")
BD.Open "PROVIDER=Microsoft.Jet.OLEDB.4.0;" + "DATA SOURCE" & dbPath
%>
I've downloaded & installed the las MDAC version from MS website, but I can't get through.....
Does anyone have had this error?
IE dump follows:
Error type:
Server Object, ASP 0177 (0x8007007F)
8007007f
/javier/index.asp, line 5
N.B.: Server and browser are in Spanish version, I've translated the error to English....
Thanks in advance,
Arlequín
arlequin_AT_internet_DOT_com_DOT_uy