Need solution to decode data from bytea field

Поиск
Список
Период
Сортировка
От iran
Тема Need solution to decode data from bytea field
Дата
Msg-id 20030413132237.67698.qmail@netwireless.com.br
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re:
Следующее
От: "Jason Dinger"
Дата:
Сообщение: Fixed: tomcat/postgres problem