CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2010
    Posts
    2

    Question how to retrieve and store image at runtime from oracel db

    HI, I m novice in Visual Basic. This is the first time putting thread in this forum. Hope I would get the positive reply for this thread.
    I am student of MSC. I am developing a project of banking system on visual basic 6.0 with oracle database. I got some problem in this project.
    i. I want to retrieve images from the hard drive into the image box at runtime and store its path or image in oracle database. I don’t know how to do it.
    ii. Is it possible to hyperlink the address retrieved in the text box from the database in the form at run time.
    Please help me so I can complete my project

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: how to retrieve and store image at runtime from oracel db

    Have you written any code yet? If so, please show us some.

    Have you heared of BLOBs? If you want to save the physical image into the database, you'll need to make use of them - do a search here on this forum, or a Google search, and you'll get plenty examples.

  3. #3
    Join Date
    Aug 2010
    Posts
    2

    Question Re: how to retrieve and store image at runtime from oracel db

    No i hadn't written any code yet to retrieve and store image. because i am not getting any idea about it.

    i heard about the blob but when i use it in my table. i am not able to use view the table data in oracle. some of the attributes and columns cannot be used here.

    plz provide me the easiest code to store and retrieve image if som1 can.

    one thing i more want to knw that , in my project i want to select any file from the hard drive and store the path in the text box and then in database.

    please show some light on these problems.

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: how to retrieve and store image at runtime from oracel db

    Post some of your project. Or, zip it up, and post an attachment
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured