From: Date: July 16 2004 7:44am Subject: Using a Blob with the ByteFX data provider List-Archive: http://lists.mysql.com/win32/15189 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0095_01C46B00.6725F790" ------=_NextPart_000_0095_01C46B00.6725F790 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 ------=_NextPart_000_0095_01C46B00.6725F790--