Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

Status
Not open for further replies.

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(&quot;ADODB.Connection&quot;)
conn.open &quot;HB&quot;, Request.Form(&quot;User&quot;), Request.Form(&quot;Pass&quot;)
%>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top