|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Refereshing the page with new record wiothout submitting it |
From: |
Jeff |
Date: |
1/3/2001 9:25:45 AM |
IP: |
194.154.218.196 |
For instance :
rs.open "users", conn, 1, 3
rs.addnew
rs("Firstname").value="John"
rs("Lastname").value="Smith"
rs.update
rs.movefirst
do while not rs.eof
fullname = rs("Firstname").value & " " & rs("Lastname").value
' display fullname
rs.movenext
loop |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|