Click to See Complete Forum and Search --> : Oracle BLOB (image) fields with rdoResultset objects


MaraGabriela
June 2nd, 1999, 08:19 PM
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

Moor
June 3rd, 1999, 03:57 AM
Hi,
U can use the GetChunk, AppendChunk methods
to store and retrieve an image field from the database.