Apr 11, 2002 #1 souj Programmer Joined Feb 15, 2005 Messages 1 Location US I don't know what is 'rs' in vbscript ?Let me know guys
Apr 12, 2002 #2 JuanitaC Programmer Joined Feb 21, 2001 Messages 292 Location CA You will need to post your code. Upvote 0 Downvote
Apr 12, 2002 #3 disord3r Programmer Joined Apr 12, 2002 Messages 189 Location US RS is typically used for a record set (the results of a database query). It contains all of the records that matched your query string. The error that you are getting could be telling you that you never "set" RS equal to something (or something VALID). Upvote 0 Downvote
RS is typically used for a record set (the results of a database query). It contains all of the records that matched your query string. The error that you are getting could be telling you that you never "set" RS equal to something (or something VALID).