G
Guest
I am using VB.Net and I have been trying to store record changes to a SQL
Server table from changes made to a data table by using the data adabpter's
update command, but I am having no luck. The user will make changes to the
data table by entries in unbound text boxes & then displayed in a data grid,
and this works fine. By this process the user will change multiple records
in the Data Table. When the user accepts his entries he will hit a button
that will store the changes to the SQL Server table.
If i understand the Data Adapter Update command, it will update all the
modified rows in the specified data table in the Source table. I can do this
if i want to specify & update just one row. But am having trouble when
multiple rows were changed and need updating. Just about all the examples in
the books & help files suggest just one record at a time being updated &
those changes being made in bound controls. So any suggestions in how to
proceede?
Thanks
Gary
Server table from changes made to a data table by using the data adabpter's
update command, but I am having no luck. The user will make changes to the
data table by entries in unbound text boxes & then displayed in a data grid,
and this works fine. By this process the user will change multiple records
in the Data Table. When the user accepts his entries he will hit a button
that will store the changes to the SQL Server table.
If i understand the Data Adapter Update command, it will update all the
modified rows in the specified data table in the Source table. I can do this
if i want to specify & update just one row. But am having trouble when
multiple rows were changed and need updating. Just about all the examples in
the books & help files suggest just one record at a time being updated &
those changes being made in bound controls. So any suggestions in how to
proceede?
Thanks
Gary