hello,
I changed the path of my dbconnection and follow the updateable query error solution found on your website, and gives FULL permissions(Everyone) to the folder that contains the mdb, sad to say this is the error I got.
Error:
Error Type:
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
/record/include/dbconnection.asp, line 2, column 36
strConnection = "DBQ=H:\db\Employee.mdb";Driver={Microsoft Access Driver (.mdb)};DriverId=25;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;UID=;PWD=jong"
================================================
My declared dbconnection.asp
<%
strConnection = "DBQ=H:\db\Employee.mdb";Driver={Microsoft Access Driver (.mdb)};DriverId=25;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;UID=;PWD=jong"
%>