here is my code:
<%
Set Conn = server.CreateObject("ADODB.Connection"
Conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=hospice.mdb"
Set RS = Conn.Execute("SELECT Count(*) AS Recs FROM [Disciplines]"
%>
this is the error:
Microsoft JET Database Engine error '80004005'
Could not find file 'C:\NEWNT\system32\hospice.mdb'.
/asp/test.asp, line 13
------------------
The database resides on my WEB site in the /fpdb folder
I am using Front Page 2000 but I would like to write the ASP.
The error is trying to find the database on the ISP's C:drive
Waht do I need to do to make this point to my WEB site
I tried and several other variations to no avail..
TIA
DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive
<%
Set Conn = server.CreateObject("ADODB.Connection"
Conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=hospice.mdb"
Set RS = Conn.Execute("SELECT Count(*) AS Recs FROM [Disciplines]"
%>
this is the error:
Microsoft JET Database Engine error '80004005'
Could not find file 'C:\NEWNT\system32\hospice.mdb'.
/asp/test.asp, line 13
------------------
The database resides on my WEB site in the /fpdb folder
I am using Front Page 2000 but I would like to write the ASP.
The error is trying to find the database on the ISP's C:drive
Waht do I need to do to make this point to my WEB site
I tried and several other variations to no avail..
TIA
DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive