multiple row entry

May 14 2010 2:36 PM

Hi I have to insert multiple rows at the same time,with each row having 4 columns.
It is a sibling table
if there are 4 siblings ,4 rows need to be inserted to database(each row with column childname,siblingname,siblinggrade,siblingschool)
User has to input the sibling Information,which is saved to Database
Here childname will be same for 4 rows with other row entries different.How to do this in VB.net?

Answers (1)