Issue with data set
-
hi, Suppose, a dataset is filled with some data from the database, after that some changes where done to the database. But the value in the dataset will be the same as before. The updated data has to be obtained form the database. Is there any solution for problem?
sooraj
-
hi, Suppose, a dataset is filled with some data from the database, after that some changes where done to the database. But the value in the dataset will be the same as before. The updated data has to be obtained form the database. Is there any solution for problem?
sooraj
-
Actually the dataset is not connected to the database once you get the data. To update the dataset with the current data you need to get the data again from the database.
Best Regards, Apurva Kaushal
Google on cocurrency issue with dataset for this. There are plenty of workaround available in this workaround.
saud