ASP Error Message Hi
I am trying to make this web page work but keep on getting this message:
------------------------------
Technical Information (for support personnel)
* Error Type:
Microsoft JET Database Engine (0x80004005)
Unspecified error
/websys/connection.asp, line 9
* Browser Type:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
* Page:
GET /websys/forumhome.asp
* Time:
Sunday, June 22, 2008, 10:57:47 PM
* More information:
Microsoft Support
-----------------------------
Here is the code for the page:
--------------------------------
<%
'Define variables
Dim conDB 'connection
Dim strConStr 'connection string
'
set conDB = Server.CreateObject("ADODB.Connection")
strConStr="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.MapPath("databases/forum.mdb;")
'
conDB.Open strConStr
%>
---------------------------------------
The 9th line of error is: conDB.Open strConStr
Can you help me with it. I just know the basics of ASP but not it depth. I have been trying to make it work but with no luck.
Thanks
and1234 |