ADODB.Field (0x800A0BCD) Help!!!!

topic posted Sat, March 4, 2006 - 11:22 PM by  mustafa
i face this proplem when i'm trying to compair a requist form and the recordset
this is the code


RsUsers.Open MySQL, DBConn,1,3
Do while ( (not RsUsers.EOF) or (exist=0) )
rsemail = RsUsers("User_email")
if(rsemail = Request.Form("email") ) then
exist=1
else
RsUsers.MoveNext
end if
Loop

anyone can help!!!
posted by:
mustafa
SF Bay Area

Recent topics in "ASP.net web development"

Topic Author Replies Last Post
graphics in asp Toby 0 August 9, 2008
Does anybody know? Grant 2 January 2, 2008
How to create asp.net pages dynamically? Grant 1 January 2, 2008
question about isPostBack Eira 3 November 2, 2007