 |
sql server - VB.NET Insert DataGridView contents into Database - Stack Overflow
Well, you need to execute the command, not simply add to the DataAdapter Also, as it coded now, you don't need the DataAdapter at all. Dim connection As New Data.SqlClient.SqlConnection Dim command As New Data.SqlClient.SqlCommand connection ...
stackoverflow.com |
 |