I am getting this error from the include file below:
Any ideas?
Have searched the forum, but nothing was really applicable
Line 8 is marked with ******* (Also, all the connection code is on one line as it should be)
Life is a journey that always ends up in the place
Any ideas?
Have searched the forum, but nothing was really applicable
Code:
Microsoft JET Database Engine error '80004005'
Could not find installable ISAM.
/register/pass/includes/connection.asp, line 8
Code:
<%
DIM objConn
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0;DataSource="&Server.MapPath("richard/admin/db/users.mdb") & ";"
objConn.Open *******
%>
Life is a journey that always ends up in the place