expose the data adapter hidden by the table adapter
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
-
vb.net 2005 + Access database. I have created dataset with wizard. In one situation i want to use the RowUpdated event of Dataadapter.But how to get the dataadapter because it's only tableadapter and there's no Rowupdated event for tableadapters.
Mmmm ... Are you wanting to intercept the saving of data to the database or just looking to get the table's rowchanged event?