Hi, I'm saving image files .bmp in the database I'm using SQL Server and Access. Then, I have to retrieve this file and show the image in a JSP. How can I do this? Thanks
Convert it to a JPG or GIF file before saving it to the db. BMP is a Windows-proprietary format (and a hideously inefficient one at that) that is not a native web format.