Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recordset NavBar VBscript error

Status
Not open for further replies.

mikemedia

Programmer
Apr 28, 2006
39
US
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;
-----------------------------------^
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top