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

    Oracle BLOB (image) fields with rdoResultset objects

    I have an Oracle database with a table that contains a BLOB field. I want to keep photos in this field and I cannot figure out how to insert a picture into this field from VB6 GUI using a rdoResultset object or other type of DB objects. Please help!!!!!!!
    Thanks


  2. #2
    Join Date
    Jun 1999
    Posts
    13

    Re: Oracle BLOB (image) fields with rdoResultset objects

    Hi,
    U can use the GetChunk, AppendChunk methods
    to store and retrieve an image field from the database.




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