Want binary data to show up as "Bitmap Image" with access/ado

From: Microsoft (jimsjbox_at_yahoo.com)
Date: 07/21/04


Date: Wed, 21 Jul 2004 14:50:45 -0600

Using VB/ADO I can get binary (Bitmap) data into a field of type "OLE
Object". But when I open the table, it field says "Long binary data" and
the form's Bound Object Frame doesn't display it as an image.

On the other hand, when I manually copy a BMP file and paste it into the
table, the text in the OLE Object says "Bitmap Image" and the form's Bound
Object Frame displays the bitmap.

I want my code to do the same as when I copy/paste a bitmap (not through
simulating a copy/paste operation).

Thanks for any help

Spencer



Relevant Pages