O
OOP
Hello!
I have an .asp page that receives a parameter; in that
page I capture some information that's going to be saved
into a table (being the parameter received the value for
one of the table's columns). The problem is I don't know
how to map the received parameter to one of the table's
fields as the parameter is not one of the form's fields
(I'm using a form with the results sent to a database and
in the "Options" > "Saved Fields" I do the mapping of the
form's fields to the table's columns)
I have an .asp page that receives a parameter; in that
page I capture some information that's going to be saved
into a table (being the parameter received the value for
one of the table's columns). The problem is I don't know
how to map the received parameter to one of the table's
fields as the parameter is not one of the form's fields
(I'm using a form with the results sent to a database and
in the "Options" > "Saved Fields" I do the mapping of the
form's fields to the table's columns)