Обсуждение: image

Поиск
Список
Период
Сортировка

image

От
Sanjeev Rathore
Дата:
Hi ,

Does anybody know how to put image into PostgreSQL and
take it out using Java.  Sample code would be most
helpful.

Thanks,

Sanjeev Rathore

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

Re: image

От
"Arguile"
Дата:
Sanjeev Rathore wrote:
> Does anybody know how to put image into PostgreSQL and
> take it out using Java.  Sample code would be most
> helpful.


Programmers Manual:
http://www.postgresql.org/idocs/index.php?jdbc-binary-data.html

Be aware of the differences between a bytea field and large objects.
http://www.postgresql.org/idocs/index.php?largeobjects.html