SpreadTooThin
2009-08-15 21:17:35 UTC
Not sure if this is the right forum for this discussion but....
I have just installed a web server on an old windows 2000 box in my
basement and trying to get the pages to connect to the database
server. (These pages were originally hosted by an ISP, but no
longer).
I can connect to the web site, but the connection to the database is
falling. (I think.)
Now I haven't installed any particular database server per say. But I
can if I need to.
This is VBSCRIPT to open the connection:
set conn=Server.CreateObject("ADODB.Connection")
conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open "C:\inetpub\wwwroot\MySite\myDatabase.mdb"
I think that the connection to the database is not opening as I get an
error code 3704
Do I need to run a server for this to work? I mean the myDatabase.mdb
file exists at that location.
I have just installed a web server on an old windows 2000 box in my
basement and trying to get the pages to connect to the database
server. (These pages were originally hosted by an ISP, but no
longer).
I can connect to the web site, but the connection to the database is
falling. (I think.)
Now I haven't installed any particular database server per say. But I
can if I need to.
This is VBSCRIPT to open the connection:
set conn=Server.CreateObject("ADODB.Connection")
conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open "C:\inetpub\wwwroot\MySite\myDatabase.mdb"
I think that the connection to the database is not opening as I get an
error code 3704
Do I need to run a server for this to work? I mean the myDatabase.mdb
file exists at that location.