Hello,
I need to build a multiple page data entry screen for users to enter information into the DB table. There are many fields I need to capture and store in a table. Some of the fields are multi line text field for the users to enter a few lines of text in a textbox. But right now, I wasn’t sure which approach I should take.
1. Use session variables to capture the data as the users are completing the multiple page data entry then store all the values at the end when the user finish entering all the data.
2. Create a temporary table in a DB to capture the data until the user is finished then store the values in the temporary table back to the real table.
I hope someone can provide me with some suggestions on this. Thank you in advance for your help.
I need to build a multiple page data entry screen for users to enter information into the DB table. There are many fields I need to capture and store in a table. Some of the fields are multi line text field for the users to enter a few lines of text in a textbox. But right now, I wasn’t sure which approach I should take.
1. Use session variables to capture the data as the users are completing the multiple page data entry then store all the values at the end when the user finish entering all the data.
2. Create a temporary table in a DB to capture the data until the user is finished then store the values in the temporary table back to the real table.
I hope someone can provide me with some suggestions on this. Thank you in advance for your help.