I am not understanding what the following error message is saying:
An unhandled exception of type 'System.InvalidOperationException' occurred
in system.data.dll
Additional information: Inconvertable type mismatch between SourceColumn
'CUS_FNAME' of String and the DataColumn 'CUS_FNAME' of Byte[].
I am working with an access database, and the database has a field called
FNAME. In the data adapter, this same field is being used.
Cor Ligthert [MVP] - 21 May 2006 05:37 GMT
Charlie,
Can you show us some code, otherwise is in my opinion any answer hazard.
Cor
>I am not understanding what the following error message is saying:
> An unhandled exception of type 'System.InvalidOperationException' occurred
[quoted text clipped - 5 lines]
> I am working with an access database, and the database has a field called
> FNAME. In the data adapter, this same field is being used.