aspose file tools
The moose likes JDBC and the fly likes image store and retrieve Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "image store and retrieve" Watch "image store and retrieve" New topic
Author

image store and retrieve

Namrta Pandey
Ranch Hand

Joined: Jul 22, 2008
Posts: 36
Hi,

My problem is that I want to upload images in JSP and save it in a table of MS Access. Then on another JSP I want to show all the images along with their details. Please tell me that what should be the column type of image and code to store and retrieve images from/to JSP page.

Thanks in Advance.
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26192
    
  66

Images are typically stored in a BLOB (binary large object.) Have you seen the JDBC tutorial yet? It has a section on BLOBs.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: image store and retrieve
 
Similar Threads
Saving div area in mysql database
Image Databases
Selection of datatype for storing images
BMP/GIF file Manipulation in JSP
Displaying images on JSP page