Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 28th, 2006, 03:38 PM
Registered User
 
Join Date: May 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default VBScript error

I get this error:

Microsoft VBScript runtime error '800a01c2'

Wrong number of arguments or invalid property assignment: 'GetMenuTree'

/cmsadmin/Site/allview/avtree.asp, line 40


Line 40 in avtree.asp is:

vMenuTree = GetMenuTree("-1", conn, true, "goread.asp?xID=", "goviewmodule.asp?xID=")

Can anyone help me with this???

 
Old May 29th, 2006, 10:29 AM
Friend of Wrox
 
Join Date: May 2006
Posts: 643
Thanks: 0
Thanked 0 Times in 0 Posts
Default

That error message tells you exactly what the problem is.

You are either passing in the wrong number or parameters, or else one or more of the parameters is of the wrong data type.

If you post the procedure you are calling perhaps we can see which it is.

Woody Z http://www.learntoprogramnow.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
VBScript Error on Image upload - help! ngupta Classic ASP Components 10 October 24th, 2006 07:33 PM
Microsoft VBScript compilation error karlzoe Classic ASP Databases 2 December 29th, 2004 10:44 AM
VBScript error 0x800A03EA Syntax error edbkegan3 Classic ASP Databases 2 March 29th, 2004 01:57 PM
Error getting value from Radio buttons in VBScript Ron Howerton HTML Code Clinic 3 June 20th, 2003 11:21 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.