From: Date: July 19 2004 11:04pm Subject: RE: Using a Blob with the ByteFX data provider List-Archive: http://lists.mysql.com/win32/15194 Message-Id: <008501c46dd3$ffa2c180$0200a8c0@endeavor> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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 >=20 > 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. >=20 > 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)'. >=20 > Is this a valid change, or am I doing something else wrong? >=20 > Thanks >=20 > Nick >=20