File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes image storing and retriving Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "image storing and retriving" Watch "image storing and retriving" New topic
Author

image storing and retriving

sreekanth malineni
Greenhorn

Joined: Dec 01, 2008
Posts: 1
i write a code storing image into databse ,but its not working..
i take the fields in table is
Table :temp(id varchar2(10),image blob )
the id is inserted but the image storing is failed....









[BPSouther: Added code tags]
[ December 01, 2008: Message edited by: Ben Souther ]
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

sreekanth malineni,

This doesn't appear to be a servlet issue.
I'm going to move this thread to our JDBC forum where it will probably get a better answer.


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
Suman Sharma
Ranch Hand

Joined: May 16, 2005
Posts: 72
I think the line should be:
 
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 storing and retriving
 
Similar Threads
Displaying Image stored in MSSQL Server
Different OS, same file, different results
Problem in uploading image to to mysql database
Retrive Images in Binary from Database and write to a gif or jpg
how to store an image into the DataBase using oracle database