Results 1 to 3 of 3

Thread: Displaying an Oracle 8i Bfile image in VB

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 1999
    Location
    London, UK
    Posts
    5

    Post

    Using Oracle Objects (with Oracle 8i) I have successfully managed to retrieve a Bitmap image (from a Bfile column in a table in my database) and store it in a Variant variable within VB. How do I now display the image that is stored in my Variant variable, any ideas?

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    can you put it right into a picturebox?

    try this...

    set picture1.picture = rs.fields("picfieldname").value


    (i have no idea if this will work, just throwing out ideas.....but let me know if it does!)

    Tom

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 1999
    Location
    London, UK
    Posts
    5

    Post

    Tom,

    Unfortunately, I don't think it's quite as straight forward as that. Thanks for replying though and if you can think of any other ideas, please let me know.

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