my dog learned polymorphism
The moose likes JDBC and the fly likes Displaying Image stored in MSSQL Server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Displaying Image stored in MSSQL Server" Watch "Displaying Image stored in MSSQL Server" New topic
Author

Displaying Image stored in MSSQL Server

deshdeep divakar
Ranch Hand

Joined: Apr 19, 2004
Posts: 91

Hi,
There I have written a piece of code for storing the image
into database and retriving it.


Data Base have following fields:
ftype varchar attribute and images image

Code is fetching the image but could'nt able to display that
Check Out


"Do not be afraid of going slow, be afraid of standing still"
deshdeep divakar
Ranch Hand

Joined: Apr 19, 2004
Posts: 91
I have changed the code as follows:


now problem is its not diplaying the Filename passed as
command line
 
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: Displaying Image stored in MSSQL Server
 
Similar Threads
photo upload using jsp
comparing two files
I hot error time of file uploading in servlet/jsp
Handling FileNotFoundException
how to store an image into the DataBase using oracle database