Re: [JDBC] blobs in a client/server environment

2001-09-27 Thread Matt Fair
Does anyone know if it is nessesary to have objects stored into the database encoded as unicode that you had to compile the database with the following opions: --enable-unicode-conversion --enable-multibyte Thanks, Matt Matt Fair wrote: > Hello, > I did set the encoding to UNICODE and it sti

Re: [JDBC] blobs in a client/server environment

2001-09-27 Thread Matt Fair
Hello, I did set the encoding to UNICODE and it still does not show the blob image. My error from the JIMI library is the following: Error getting remote image: Cannot find encoder for type: png com.sun.jimi.core.JimiException: Cannot find encoder for type: png at com.sun.jimi.core.Jimi

Re: [JDBC] blobs in a client/server environment

2001-09-27 Thread Pete Jewell
Matt Fair <[EMAIL PROTECTED]> writes: > Hello, > I have been playing around with storing images with setBinaryStream > and getBinaryStream for a couple of days now, but I am continually > running into a problem. I don't know if I am getting the data in the > right format or not, but I am not abl

[JDBC] blobs in a client/server environment

2001-09-26 Thread Matt Fair
Hello, I have been playing around with storing images with setBinaryStream and getBinaryStream for a couple of days now, but I am continually running into a problem. I don't know if I am getting the data in the right format or not, but I am not able to get my image from the database. I have a