Re: Please help with binary file - Mailing list pgsql-jdbc

From Paul Thomas
Subject Re: Please help with binary file
Date
Msg-id 20030702134148.A4651@bacon
Whole thread Raw
In response to Please help with binary file  ("Akash Shah" <akash.s@ap.sony.com>)
List pgsql-jdbc
On 02/07/2003 06:38 Akash Shah wrote:
> Hi ,
>
> I am trying to upload binary file to the PostgreSQL 7.3.2 with JDBC3
> driver
> supplied by postgresql (pg73jdbc3). The table to which I am trying to
> save
> the file has a field of OID datatype. And while doing so I get
>
> "java.sql.SQLException: ERROR: oidin.............."  error.
>
> I tried changing OID data type to bytea. After that code worked and I
> tried
> file sizes from 4KB to1.6 MB. If file size is larger than that ( even for
> a
> 10 MB size file ) execution just gets stuck. No error,  no exception
> thrown.

Reaed the docs (5.6 Storing Binary Data). They give sample code of how to
use Large Objects with JDBC. I think this will do what you want.


HTH

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants         |
http://www.thomas-micro-systems-ltd.co.uk   |
+------------------------------+---------------------------------------------+

pgsql-jdbc by date:

Previous
From: "Akash Shah"
Date:
Subject: Please help with binary file
Next
From: Fernando Nasser
Date:
Subject: Re: Please help with binary file