Nick
This is a valid change. In fact, we have already made that change in our
source repository so this bug will be fixed in the forthcoming beta release.
-reggie
> -----Original Message-----
> From: Nick Randell [mailto:nick@stripped]
> Sent: Friday, July 16, 2004 12:45 AM
> To: win32@stripped
> Subject: Using a Blob with the ByteFX data provider
>
> I'm trying to use a blob to read into a typed dataset using the ByteFX
> data
> provider, but this gives an 'Inconvertable type mismatch' error.
>
> I've managed to hack this to work by converting the GetFieldType method in
> Field.cs to return 'typeof(byte[])' for binary blobs instead of
> 'typeof(System.Array)'.
>
> Is this a valid change, or am I doing something else wrong?
>
> Thanks
>
> Nick
>