Microsoft
Software
Hardware
Network
Question : VB Bindingsource checking if records have been edited
I have a VB.NET application that uses a form with multiple bindingsources and when changes are made i use the UpdateAll feature (Me.TableAdapterManager.Up
dateAll(Da
taSet)) which works fine.
However what I need to do is loop through the current dataset\bindingsource and find out which records have been updated, however I'm not really sure how to do this since I have multiple bindingsources which are linked together.
Answer : VB Bindingsource checking if records have been edited
The DataSet.GetChanges() method returns a dataset containing the tables and rows which have been modified.
http://msdn.microsoft.com/
en-us/libr
ary/
system
.data.data
set.getcha
nges.aspx
Wayne
Random Solutions
only unique values in query
Unrecognized database format
offline SharePoint Workspace with Office Web Apps
trouble with displaying recordset results in datasheet view
access error 3011
convert delimited text file into 2 dimension array
Registry cannot load the hive.
Interuption to my start-up
Decommission temp DC in 2008, giong to 2008 R2 domain
RPC/HTTP won't accept password on Exchange 2007 unless the Default Web Site is restarted