PC Review Forums Newsgroups Microsoft DotNet Microsoft VB .NET need help understanding error message

Reply

need help understanding error message

 
Thread Tools Rate Thread
Old 21-05-2006, 02:42 AM   #1
Charlie Brookhart
Guest
 
Posts: n/a
Default need help understanding error message


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.


  Reply With Quote
Old 21-05-2006, 05:37 AM   #2
Cor Ligthert [MVP]
Guest
 
Posts: n/a
Default Re: need help understanding error message

Charlie,

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

Cor


"Charlie Brookhart" <charliebrookhart46@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.
>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off