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
What’s the SMTP verb used for public folder replications?
KDC Service Hung - Event ID: 7022 - SBS2003
SBS Backups Fail
How would I determinine the difference (programmatically) between a word and wordperfect document in a foxpro General field?
Acess 2.0 permission problems and upgrading to Access 2003
DoCmd.RunApp ???
Left and right keys are reversed in excel text boxes
access run-time for 2003,Execution of this application has stopped due to a run-time error
MAX value of a column
Combobox with an array that gets lengthened