|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Passsing and retreiving variables |
From: |
joey |
Date: |
9/15/2000 10:56:06 AM |
IP: |
4.18.239.50 |
I have two userinfo pages. The second page is being passed the variables from page one correctly, but here is my issue. My seconde page is the one that INSERTS the data in the SQL database.
So, i have something like insert into table (column1, column2, etc) values _ request.form ("value1") etc etc. Well, when the page is Submitted, the only values that go into the database are the ones that were actually entered into that page. The ones that I passed (I have at the top of my asp code page1value1 = request.form ("page1value1") and so on to grab all variables from page 1. keep in mind the variables are passing correctly.) BUT, in the insert command, what do I use instead of request.form to grab the variables already in "memory", not entered into that page??
Thanks
wjmoregon@reflexnet.net |
Follow Up - Re: Passsing and retreiving variables - Joyce 9/19/2000 11:13:24 AM
|
|
|
|
|
|
|
|
|
|
|
|