Re: Storing/Retrieving BLOB Data directly into a PictureBox in VB.NET
Posted by: Andy Pratt
Date: January 31, 2007 05:33PM

OK not to worry answered my own question.

max_allowed_packet was set too low,

couldnt change it in administrator so used

SET SESSION max_allowed_packet = 16000000;

in browser

Cheers

Andy

Options: ReplyQuote


Subject
Written By
Posted
Re: Storing/Retrieving BLOB Data directly into a PictureBox in VB.NET
January 31, 2007 05:33PM


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.