P
pascal
Hi,
I am loading an Access table using an OleDbDataAdapter and calling the
Fill method on a datatable. Then I display the records using a dataview
and apply some filters.
If I want to reload the datatable by calling OleDbDataAdapter.Fill on
the same DataTable it launches OutOfMemory or NullReference exceptions.
If before the call to Fill, I call Reset on the DataTable it works OK.
My question is what is the Reset method doing to the DataTable?
What is causing this strange error?
Thanks,
Diablo
I am loading an Access table using an OleDbDataAdapter and calling the
Fill method on a datatable. Then I display the records using a dataview
and apply some filters.
If I want to reload the datatable by calling OleDbDataAdapter.Fill on
the same DataTable it launches OutOfMemory or NullReference exceptions.
If before the call to Fill, I call Reset on the DataTable it works OK.
My question is what is the Reset method doing to the DataTable?
What is causing this strange error?
Thanks,
Diablo