Guest_imported
New member
- Jan 1, 1970
- 0
I am using Access 97 as the backend and ASP as the front end. The application was working fine until a few minutes ago when I got this error.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Could not start session.
/hb/validation.asp, line 3
I went through my code several times but couldn't determine where I am making a mistake. Can anybody help?
And btw, here is a piece of validation.asp
<%
set conn = server.createobject("ADODB.Connection"
conn.open "HB", Request.Form("User", Request.Form("Pass"
%>
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Could not start session.
/hb/validation.asp, line 3
I went through my code several times but couldn't determine where I am making a mistake. Can anybody help?
And btw, here is a piece of validation.asp
<%
set conn = server.createobject("ADODB.Connection"
conn.open "HB", Request.Form("User", Request.Form("Pass"
%>