Hi,
Apparently everything is working fine and there shouldn't be any problem. Any way, how's your application working with data? Is it using a DataSet to cache data and update the data source at a later time? If so, try synchronizing the DataSet with the underlying data source after a transaction commit or rollback by using the Update method of the DataAdapter and passing to it your DataSet. May be it helps.
Regards,
ejan
|