Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Storing images in oracle 9i

Storing images in oracle 9i

Scheduled Pinned Locked Moved Database
questiondatabaseoraclehelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    noora m
    wrote on last edited by
    #1

    Dear all, I'm trying to do a project on birds and saving information such as the scientific classification and naming. I want to save images of birds in the database so I can display them later in forms or reports when the user does a query about a bird. For some birds I have more than one image so I want to include all images. My question is how I can do that, I mean how can I store the images in oracle? I'm using Oracle 9i. So far I have created a table to store the birds and their classification and tried to google about storing the images but no luck yet :( Could you please help me with that.. I have a quite little background in oracle 9i :$ Thanks folks :)

    M 1 Reply Last reply
    0
    • N noora m

      Dear all, I'm trying to do a project on birds and saving information such as the scientific classification and naming. I want to save images of birds in the database so I can display them later in forms or reports when the user does a query about a bird. For some birds I have more than one image so I want to include all images. My question is how I can do that, I mean how can I store the images in oracle? I'm using Oracle 9i. So far I have created a table to store the birds and their classification and tried to google about storing the images but no luck yet :( Could you please help me with that.. I have a quite little background in oracle 9i :$ Thanks folks :)

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      noora-m wrote:

      tried to google about storing the images but no luck

      I do wonder what you used as the serch criteria, I find pleanty of info with the following oracle 9i store images If there are to be mode than 1 images per bird then you need a separate table for the images with a FK to the birds table. BirdsTable BirdID (PK) BirdName ImageTable ImageID (PK) BirdID (FK) BlobField

      Never underestimate the power of human stupidity RAH

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups