Can someone, please, please tell me why this insert statement is not working.
Page1 dynamically populates a dropdown list box by selecting the record from the database.
Using post method, passes the values through a form variable (sizeNdx) to page2 which processes the insert statement and inserts into the order table.
So far, I am not getting any errors, yet no record is being inserted.
Any help would be greatly apprecicated.
Page1 dynamically populates a dropdown list box by selecting the record from the database.
Using post method, passes the values through a form variable (sizeNdx) to page2 which processes the insert statement and inserts into the order table.
So far, I am not getting any errors, yet no record is being inserted.
Any help would be greatly apprecicated.