Re: Storing/Retrieving BLOB Data directly into a PictureBox in VB.NET
Posted by: Thomas Linde
Date: November 18, 2004 05:31AM

You can't insert Byte data to a BLOB field like that. You need to pass a MySQLparameter to the MYSQLcommand object, just the way ms does it in the code you posted. You may also take a look at the testsuite blobtests.cs class provided with the connector download for another approach.

//Thomas Linde

Options: ReplyQuote


Subject
Written By
Posted
Re: Storing/Retrieving BLOB Data directly into a PictureBox in VB.NET
November 18, 2004 05:31AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.