Malm Paul wrote:
> I have a database created on ver 8.3 an have restored the database in
a new database in PostgreSQL
> 9.0.
> In the database i'm using a column storing "bytea".
>
> When trying to read the database with my java application, I have
problems reading from the bytea-
> stream.
> Inte
Malm Paul wrote:
> Hi,
> I have a database created on ver 8.3 an have restored the database in a new
> database in PostgreSQL 9.0.
> In the database i'm using a column storing "bytea".
>
> When trying to read the database with my java application, I have problems
> reading from the bytea-stream
Hi,
I have a database created on ver 8.3 an have restored the database in a new
database in PostgreSQL 9.0.
In the database i'm using a column storing "bytea".
When trying to read the database with my java application, I have problems
reading from the bytea-stream.
Integers read is not correct.