Print Page | Close Window

hlp asp login script

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=6525
Printed Date: 31 March 2026 at 11:59am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: hlp asp login script
Posted By: JMorjaria
Subject: hlp asp login script
Date Posted: 18 October 2003 at 5:35am

I have a login script, the login works but a strange error comes up? any ideas

http://www.desabells.com/manager_update/LoginPage.asp - http://www.desabells.com/manager_update/LoginPage.asp

username = eric

password = bart

the first page works, but click on one of the groups on the left.  An error comes up, any ideas?

anyhow this is the error

Microsoft VBScript runtime error- Error '800a01f4'

Variable is undefined: 'rstUserInfo'

C:\Program Files\Abyss Web Server\htdocs\manager_update\UserGroup_1.asp, line 35

Response.Write rstUserInfo("UserName"):

 




Replies:
Posted By: MorningZ
Date Posted: 18 October 2003 at 8:54am

Variable is undefined: 'rstUserInfo'

means that.....  uhh... "rstUserInfo" isn't defined!!! (wow!! the error message said what was wrong, amazing!)

you need a Dim rstUserInfo before you try to use that variable name



-------------
Contribute to the working anarchy we fondly call the Internet


Posted By: FLATLINE
Date Posted: 18 October 2003 at 2:21pm
Or maybe he just had a typo and needed to write rsUserInfo instead of rstUserInfo

-------------
Visit my site: http://darkgreen.service-club.net - DarkGreen HQ



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net