What I'm trying to do is connect to the snitz forum database and pull some info out of the guestbook. FORUM_GUESTBOOK and I want to pull info out of the table G_varfield1. Could Some one please help me out with this code?
This is my code that I'm using to connect to the database..
<HTML>
<BODY>
<%
Dim objConn
Set objConn = Server.CreateObject("ADODB.Connection"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
objConn.ConnectionString = "DBQ=C:\inetpub\finalphase\databases\snitz_forums.mdb;DRIVER={MS Access (*.mdb)}"
objConn.Open
%>
</BODY>
</HTML>
And this is the error I'm getting when I use this code
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/nps/forum/won/index.asp, line 7
This is my code that I'm using to connect to the database..
<HTML>
<BODY>
<%
Dim objConn
Set objConn = Server.CreateObject("ADODB.Connection"
objConn.ConnectionString = "DBQ=C:\inetpub\finalphase\databases\snitz_forums.mdb;DRIVER={MS Access (*.mdb)}"
objConn.Open
%>
</BODY>
</HTML>
And this is the error I'm getting when I use this code
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/nps/forum/won/index.asp, line 7