I get the following exception when I try to store the content of a Microsoft Database (.MDB File) in a table, with DbDataAdapter.Fill method.
System.InvalidOperationException: The provider could not determine the Object value. For example, the row was just created, the default for the Object column was not available, and the consumer had not yet set a new Object value. at System.Data.OleDb.ColumnBinding.Value()
The stack-trace of the exception is the reported below:
System.InvalidOperationException: The provider could not determine the Object value. For example, the row was just created, the default for the Object column was not available, and the consumer had not yet set a new Object value.
Does anyone could give me any advice?
Thanks in advance
Bookmarks