Image storing in database.

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
ponic
Posts: 28
Joined: Thu Aug 04, 2005 7:32 pm

Image storing in database.

Post by ponic » Mon Dec 05, 2005 6:00 am

Hello,

I have a question, is it possible to insert the image directly into the database and for displaying I will fetch using result sets.

Kindly give your ideas and opinions in relation to this!

Thanks

angel
Posts: 899
Joined: Thu Jan 15, 2004 12:07 am
Location: Germany - Palatinate

Post by angel » Mon Dec 05, 2005 8:34 am

You can do this easily with JDBC.

Locked