Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Oracle BLOB with Visual Basic 6

Status
Not open for further replies.

Sr

Programmer
Jul 11, 2000
11
0
0
US
Hi,

Do you know how to manipulate Oracle Binary Large Objects (CLOBS, BLOBS and BFILES) using :
Oracle 8.1.7
Visual Basic 6.0
ADO 2.7
Microsoft OLE DB for Oracle (MSDORA)

I'll appreciate a lot your help !
 
Hi,

I've never worked with oracle, but BLOBs are manipulated throught the .appendchunk & .getchunk methods in ado.

Se the example I made in thread222-304117, that works for access & sql server and should be very similar for any other database connection through ado.

good luck Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top