Help!
I'm trying to save a binary blob , temporarily stored in a disconnected recordset, from oracle 9i to a local file using adodb.stream. For some reason the file is corrupted at the beginning and end of the binary string. Either the DB or VB is adding a Header and Trailer of some sort.
I've tried getChunk instead of Stream with the same results.
Your help is appreciated.
Thank you
Jim
ps.
The ole object/blob is a .pdf file
I'm trying to save a binary blob , temporarily stored in a disconnected recordset, from oracle 9i to a local file using adodb.stream. For some reason the file is corrupted at the beginning and end of the binary string. Either the DB or VB is adding a Header and Trailer of some sort.
I've tried getChunk instead of Stream with the same results.
Your help is appreciated.
Thank you
Jim
ps.
The ole object/blob is a .pdf file