I need to get all the values from a form (the values the user inputs) then put those values into a database. Can anyone show me examples of this using vbscript?
'are you adding a record? if so you need this line, and to have the right cursor objRS.AddNew
objRS("group" = grp
objRS("title" = title
objRS("name" = cname
objRS("location" = loc
objRS("phone" = phone
objRS("fax" = fax
objRS("pager" = pgr
objRS.update
%>
leo
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.