image
Started by Sanjeev Rathoreover 23 years ago2 messagesgeneral
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
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