Updating the database with SqlDataAdapter
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am having a problem with updating my database with dataset changes! I have separte DataAcessTier where i create all the dataset stuff using some CreateDataSet and bring it to presentationTier, that works fine, but when i try to update the changes, i again go back to dataccess tier for using UpdateDataSet Function, and there problem arises! I dunno which DataAdapter is to be used for DataSet Update Now, There is no error at all but the dataadaper's Fill method is not updating the stuff? What to DO???