aussie_newbe
11-02-2006, 08:45 AM
I have not used asp before and find I am getting problems with opening a database. The error appears to be in the path that is located in the programme.
<%
set conn=Server.CreateObject("ADODB.Connection")
fpath="DBQ="&server.mappath("/classifieds.mdb")
dpath="Driver={Microsoft Access Driver (*.mdb)};"
conn.Open dpath&fpath
set rs=Server.CreateObject("ADODB.Recordset")
%>
My website is located at:
http://b.domaindlx.com/advanceglobal/
As I am not familiar with ASP, I do not know how the pathing works.
Please will someone help me?
<%
set conn=Server.CreateObject("ADODB.Connection")
fpath="DBQ="&server.mappath("/classifieds.mdb")
dpath="Driver={Microsoft Access Driver (*.mdb)};"
conn.Open dpath&fpath
set rs=Server.CreateObject("ADODB.Recordset")
%>
My website is located at:
http://b.domaindlx.com/advanceglobal/
As I am not familiar with ASP, I do not know how the pathing works.
Please will someone help me?