CLongBinary size problem

Y

Yvgeny

I am trying to store CLongBinary in MS Access memo field using class
that inherits from CRecordset.
I store and load the data successfully. The problem is that filed
created by Access takes double size, i.e.: when I store 5MB field I
have 10MB Access file. I tried to set "Unicode Compression" option of
the filed in Access to both Yes and No.
Why does it happen and what can I do?

Yvgeny
 
Top