
How to write a data arrary to a Long Binary field of Access97
I am using VB5 Pro to develope a software. This software use Access97 as a
database. I want to store a data arrary or a Variant type variable to a Long
Binary Field (OLE type), how should I do?
I tried AppendChunk & GetChunk method, but seems the data should be binary
at first. Any ideas?
Thanks advance.
Roland Yin