I've been able to bind a image and picture control to an ADO resultset using
Microsoft Access and an OLE Object datatype column. However, when I try to
do the same in SQLServer I get an error: "Can't bind to field". I've also
been able to save and retrieve data using GetChunk and AppendChunk to a
file. But does anyone know how to create a Visual Basic standard executable
project that can put image data directly into a control w/out creating a
temp file?
thanks