Jump to content

ASP ADODB Connection


the_moose_in_the_cave

Recommended Posts

OK, I wrote this code on a machine at school running IIS 6 and it worked fine, but when I brought it home and tried running it on my new laptop (which is running vista) I got an error saying, "There is a problem with the resource you are looking for, and it cannot be displayed." If you guys could help me out that would be great.

<%@ language="javascript"%><%Response.ContentType="text/HTML"%><%	Response.Expires = -1;	Response.Write("Success");	conn = Server.CreateObject("ADODB.Connection");		conn.Provider="Microsoft.Jet.OLEDB.4.0";		conn.Open("CalenderDB.mdb");%>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...