image

Started by Sanjeev Rathoreover 23 years ago2 messagesgeneral
Jump to latest
#1Sanjeev Rathore
intmail2002@yahoo.com

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

#2Arguile
arguile@lucentstudios.com
In reply to: Sanjeev Rathore (#1)
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