Posted By:
Anonymous
Posted On:
Friday, April 27, 2001 08:25 AM
I am trying to write Image data to a Blob field in Oracle8i. Everything goes fine as long as image size
is less than 24 K. For Images > 24K I get error "Socket connection closed by peer".
I am using setBinaryStream() method to write data.
What can I do to increase the size, that I can write to Blob field.
Do setBinaryStream() method takes into account, the size defined in the Oracle table before writing data to it?