For some reason I am unable to display my database entries, whether i display them blindly or are choosen. I think it has something to do with the connection statement. I am using Vbscript and the IIS seems like it is running properly as it will do minor randomize tasks and Response.Write statements. but when it comes to calling up the database entry it will not do it. i recieve this
HTTP 500 - Internal server error
this is my connection statement yet it will not do even the simplest tas
<
myConn.Open "Provider=MSDASQL; Driver={Microsoft Access Driver (*.mdb)}; DBQ=C:/test/business.mdb;
%>