How to insert multiple records from DataGridView into Mysql database table using VB.Net in Windows Applications
-
Hi i am implementing VB.Net Windows Application. In that i have a datagridview. In that i displayed some records (let us say 10 rows with 12 columns, out of which 8 columns are datagridviewcheckbox columns.) from MySql database student table. The values in the datagrid for each row are like this: 1,joseph, 5thclass, B, true, false, true, true, etc depending on the selection. How to insert multiple records into a database table that are entered into a datagridview. With a single shot of Save all the records in the datagridview should be inserted in new table using Vb.Net . Can any one help me in this regard. Any help appreciated Thanks in advance...
-
Hi i am implementing VB.Net Windows Application. In that i have a datagridview. In that i displayed some records (let us say 10 rows with 12 columns, out of which 8 columns are datagridviewcheckbox columns.) from MySql database student table. The values in the datagrid for each row are like this: 1,joseph, 5thclass, B, true, false, true, true, etc depending on the selection. How to insert multiple records into a database table that are entered into a datagridview. With a single shot of Save all the records in the datagridview should be inserted in new table using Vb.Net . Can any one help me in this regard. Any help appreciated Thanks in advance...