Home All Groups Group Topic Archive Search About

need help understanding error message

Author
21 May 2006 1:42 AM
Charlie Brookhart
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.

Author
21 May 2006 4:37 AM
Cor Ligthert [MVP]
Charlie,

Can you show us some code, otherwise is in my opinion any answer hazard.

Cor


Show quoteHide quote
"Charlie Brookhart" <charliebrookhar***@hotmail.com> schreef in bericht
news:CPmdnSJLl5MOWPLZRVn-hA@adelphia.com...
>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.
>
>