|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: form to database problem |
From: |
Jeff |
Date: |
7/5/2000 9:46:17 PM |
IP: |
24.15.178.210 |
Without knowing any more details than have been posted its difficult to respond with much thats likely to make sense.
Generally Id be in favor of posting the form to a single page that would both write to the database and display the form results rather than go to one page to save the results to a database then redirect to another page which would have to reopen the database to extract the data and then display it.
I mean maybe you could do something like this...
rs("fieldName") = Request.Form("formElementName")
Response.Write "Your Input was " & Request.Form("formElementName")
... for each piece of data.
Does that help at all? |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|