Any examples for Postgresql 8.0 using jdbc type 2/3 driver with blobs?

Поиск
Список
Период
Сортировка
От Brent Friedman
Тема Any examples for Postgresql 8.0 using jdbc type 2/3 driver with blobs?
Дата
Msg-id 94fa210b0801311324u2eb9013eq5ba8b54cd8a153f3@mail.gmail.com
обсуждение исходный текст
Ответы Re: Any examples for Postgresql 8.0 using jdbc type 2/3 driver with blobs?  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
I made several attempts today to get an example of a blob insert via jdbc working today, but ran into several errors.  I tried both oid and bytea data types, and tried the LargeObject manager/methods. [The bytea type probably won't ultimately work for me - we need to be able to insert blobs of a few megs each.]   We use 8.0 in production, so newer examples with 8.1/8.2/8.3 specific implementations wouldn't help very much.

So, any ideas where I can find working examples of jdbc/blob operations? 

Thanks,

Brent Friedman

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: 8.3 build 603 build error on Fedora 8
Следующее
От: Matt Chambers
Дата:
Сообщение: Pg JDBC3 driver and savepoints