juancarlosc
04-29-2004, 07:48 PM
Hi,
Can anyone tell me what is wrong with this connection, I am trying to connect to my acces database.The server is not in my computer, I already created a DSN connection called "survey", I am trying to use a DNS less connection but it doesn t work I keep getting these message:
"There was an error processing your request. Please contact an administrator from the contact page."
This is the code:
<%
oConn.Open "Driver={Microsoft Access Driver (*.mdb)};" & "Dbq=http:\\www.iadb.org\ict4dev\asp\wsissurvey.mdb;" & "Uid=admin;" & "Pwd="
%>
Thank you very much
JC
Can anyone tell me what is wrong with this connection, I am trying to connect to my acces database.The server is not in my computer, I already created a DSN connection called "survey", I am trying to use a DNS less connection but it doesn t work I keep getting these message:
"There was an error processing your request. Please contact an administrator from the contact page."
This is the code:
<%
oConn.Open "Driver={Microsoft Access Driver (*.mdb)};" & "Dbq=http:\\www.iadb.org\ict4dev\asp\wsissurvey.mdb;" & "Uid=admin;" & "Pwd="
%>
Thank you very much
JC