• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

image storage in a database table

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can any one send me the coding of storing and retrieving an image file in the database table.
mail to [email protected]
 
author
Posts: 621
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you'll have to be a bit more specific with regard to the type of database you are using, etc. Generally, you'd use some sort of LOB object in the database but I believe there are vendor specific issues.
Sean
 
Ranch Hand
Posts: 1879
MySQL Database Suse
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
for the Oracle implementation of reading/writing an image from a database see:
http://technet.oracle.com/sample_code/tech/java/sqlj_jdbc/files/advanced/advanced.htm
click the SOURCE link to the LOB Datatype.
Jamie
[This message has been edited by Jamie Robertson (edited August 08, 2001).]
[This message has been edited by Jamie Robertson (edited August 08, 2001).]
 
ramesh srinivasan
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am using oracle database or sql server ... u can reply for any of the databases
mail to [email protected]
 
Hey! You're stepping on my hand! Help me tiny ad!
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic