Changes table in database and transfer to dataset
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I make dataset and after that add the column into table in database. Although I expand dataset with it, app dont recognize added column. It's haped to me several times. What can I do to avoid that? Thanks.
Hi Dataset is not manage your data like recordset it is fully offline storage of data. The values in Dataset is same as last hit on your db.