My application works. However, upon placing the Dreamweaver MX 2004 Recordset NavBar on the page I get the error below. There is no instance of JavaScript in the code.
Line 5 (the first program line) references the database object: var objRS_total = objRS.RecordCount;
Thank you for your help.
Any suggestions?
--ERROR MESSAGE--
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/sboard/index.asp, line 5
var objRS_total = objRS.RecordCount;
-----------------------------------^
Line 5 (the first program line) references the database object: var objRS_total = objRS.RecordCount;
Thank you for your help.
Any suggestions?
--ERROR MESSAGE--
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/sboard/index.asp, line 5
var objRS_total = objRS.RecordCount;
-----------------------------------^