juancarlosc
04-29-2004, 12:12 AM
Hi,
I am working on an internet survey using asp. My site is hosted on a server and I dont have permission to use ODBC, I already asked them to make the ODBC connection for me, they called it survey. I am using an access Database also.
I have been trying to connect to my database usind DSN connection:
oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=" & Server.MapPath(".") & "wsissurvey.mdb;" & "User Id=admin;" & "Password="
I turned off friendly messages and I keep getting this:
There was an error processing your request. Please contact an administrator from the contact page.
This survey has a sumbit button that calls another asp page that is supposed to make the connection and to introduce the information into the database. But I think that the problem is in the connection.
I just called the server administrators and the y told me that my ODBC is working perfect.
I have tried DSN and DSn less connections and the same message appears. Can you help me?
Thank you for your HElp
Juan Carlos
I am working on an internet survey using asp. My site is hosted on a server and I dont have permission to use ODBC, I already asked them to make the ODBC connection for me, they called it survey. I am using an access Database also.
I have been trying to connect to my database usind DSN connection:
oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=" & Server.MapPath(".") & "wsissurvey.mdb;" & "User Id=admin;" & "Password="
I turned off friendly messages and I keep getting this:
There was an error processing your request. Please contact an administrator from the contact page.
This survey has a sumbit button that calls another asp page that is supposed to make the connection and to introduce the information into the database. But I think that the problem is in the connection.
I just called the server administrators and the y told me that my ODBC is working perfect.
I have tried DSN and DSn less connections and the same message appears. Can you help me?
Thank you for your HElp
Juan Carlos