R
rhino
Hi,
Working with ADO.Net/OleDb and Access2000. Using
dataAdapter1 to update Access table field and
dataAdapter2 to display the value from the same Access
data source.
Problem is, although dataAdapter1 is updating the Access
table (verified in Access), subsequent calls to the
dataAdapter2 Fill method do not refresh from the Access
source - the value coming out of the dataAdapter2 dataset
is always the same value - the one initially read on
application startup.
According to the documentation the Fill method should
refresh the dataset from the data source - but does it?
Working with ADO.Net/OleDb and Access2000. Using
dataAdapter1 to update Access table field and
dataAdapter2 to display the value from the same Access
data source.
Problem is, although dataAdapter1 is updating the Access
table (verified in Access), subsequent calls to the
dataAdapter2 Fill method do not refresh from the Access
source - the value coming out of the dataAdapter2 dataset
is always the same value - the one initially read on
application startup.
According to the documentation the Fill method should
refresh the dataset from the data source - but does it?