How can we save multiple rows input data from c# in sql server database. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

How can we save multiple rows input data from c# in sql server database.

i want to save name, age and educational qualification of three persons in SQL server database using one save button in a c# form.

13th May 2018, 8:22 AM
Shubham Sharma
Shubham Sharma - avatar
1 Antwort
0
You can always just make a for loop to run the insert query multiple times on your database side
28th Jun 2018, 7:42 PM
Megan Venter
Megan Venter - avatar