Link to home
Start Free TrialLog in
Avatar of valerieschupbach
valerieschupbach

asked on

Write OLE object containing bit map to BMP file using Visual Basic

I have a database table with OLE objects holding BMP files.

Using DAO I can read the object into an Obejct variable and see the data as obj.value and the size as obj.FieldSize.

When I use "put" or "write" to dump the data to a file I get a different file size and I cannot view the picture.

Can you tell me what is the easiest way to write out the data to a BMP file?
ASKER CERTIFIED SOLUTION
Avatar of valerieschupbach
valerieschupbach

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of valerieschupbach
valerieschupbach

ASKER

How can I close this question myself?