Re: Storing/Retrieving BLOB Data directly into a PictureBox in VB.NET
Posted by: yramesh babu
Date: September 05, 2008 01:01AM

Hi,

I am trying to store the Image from Picture box to Mysql Table
in Design time i receive Error like

"Operator '&' is not defined for types 'String' and '1-dimensional array of Byte'."

my coding
SQL = "INSERT INTO imagestore VALUES(1 ,'" & rawData & "')" this line give the above error

in my table i create two field id, Image(Blob data type)



Edited 1 time(s). Last edit at 09/05/2008 01:02AM by yramesh babu.

Options: ReplyQuote


Subject
Written By
Posted
Re: Storing/Retrieving BLOB Data directly into a PictureBox in VB.NET
September 05, 2008 01:01AM


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.