Hi Experts! I'm trying to save changes in a datagrid inside a VB.NET WINform, the changes made inside editable datagrid need to be updated to a table in MS SQL via a stored procedure.
Changes made -> datagrid -> dataset->MS SQL table via stored procedure
The table doesn't contain a primary key!
Is there someway to do bulk update of the changes back to the database?
Any sample or working examples that demonstate above question? Thanks heaps.
Start Free Trial