Need solution to decode data from bytea field - Mailing list pgsql-jdbc

From iran
Subject Need solution to decode data from bytea field
Date
Msg-id 20030413132237.67698.qmail@netwireless.com.br
Whole thread Raw
List pgsql-jdbc
Hi. Does anybody have a solution to decode binary data restored from bytea
field? Some class which does this task, for example?

I don't wanna use BLOB API because my application must be "cross database",
so it is intended to work with any JDBC driver for any database (or the most
popular) and I think bytea is more appropriate for that.

Also, I don't wanna use 7.2 jdbc driver, because something is going wrong
when I use it with jakarta's torque api (it's the persistence framework I
use to make my applications cross database), so I have to use latest driver
(7.3).

Any sugestions?

Thanks in advance.

iran


pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re:
Next
From: "Jason Dinger"
Date:
Subject: Fixed: tomcat/postgres problem