Re: [SQL] JDBC and BLOB in Postgres
Folks, These JDBC issues belong on the pgsql-interfaces list, where you'll find a community of JDBC bug-finders. Have fun! -Josh Berkus
[SQL] JDBC and BLOB in Postgres
Hi, I'm trying Blob with JDBC Driver jdbc7.0-1.2 on postgresql 7.0.2. the setBinaryStream method returns InputStream as parameter not supported the getBinaryStream method returns and does nothing. Does anyone can tell me if the example given in paragraph "Using Large Objects" given in