Hello
I am looking to add multiple column entries to existing database table by way of script, i.e.;
Column1-- Column2-- Column3-- Column4
12345----- Testing---- Testing---- Testing
How can I repeat/input this exact data for 500 rows in a single script?
The End User will be using a form with 4 textboxes followed by a submit button. txtbox1 = Column1, and so on...
Lets say Column4 holds a value of qty. which will equal the total amount of rows I would like added to the table, any idea how i could accomplish this?
Feel free to ask any questions you may have
Thanks in advance!
I am looking to add multiple column entries to existing database table by way of script, i.e.;
Column1-- Column2-- Column3-- Column4
12345----- Testing---- Testing---- Testing
How can I repeat/input this exact data for 500 rows in a single script?
The End User will be using a form with 4 textboxes followed by a submit button. txtbox1 = Column1, and so on...
Lets say Column4 holds a value of qty. which will equal the total amount of rows I would like added to the table, any idea how i could accomplish this?
Feel free to ask any questions you may have
Thanks in advance!