J
Jack
Hi,
I have a variable whose value is set from a table. This is a variable a.
Values for variables b, c and d is captured from text box input from user.
Now I would like to update a record using a, b, c and d. Here b, c and d can
be transferred using the request.form method. However, I am trying to bring
the value of the variable a in the sql update equation. Apart from using
session variable, what other choice do I have to transfer the value of a in
the sql update asp page? Any help is appreicated. Regards.
I have a variable whose value is set from a table. This is a variable a.
Values for variables b, c and d is captured from text box input from user.
Now I would like to update a record using a, b, c and d. Here b, c and d can
be transferred using the request.form method. However, I am trying to bring
the value of the variable a in the sql update equation. Apart from using
session variable, what other choice do I have to transfer the value of a in
the sql update asp page? Any help is appreicated. Regards.