R
roger
(repost from ADO DAO group where no one replied)
using MSA2k7
I have 2 subs. that I rewrote from web example code.
sub1 fixes a certain type of broken files I have by open reading it as an
ADO Binary stream, editing the stream and writing it back to the HD.
later sub 2. reads in that file as a BLOB(?) and uses it for something else.
can I just convert the Binary stream into a BLOB directly.
Is it too much to hope for a cBLOB() Method?
TIA
using MSA2k7
I have 2 subs. that I rewrote from web example code.
sub1 fixes a certain type of broken files I have by open reading it as an
ADO Binary stream, editing the stream and writing it back to the HD.
later sub 2. reads in that file as a BLOB(?) and uses it for something else.
can I just convert the Binary stream into a BLOB directly.
Is it too much to hope for a cBLOB() Method?
TIA