G
Guest
I am trying to migrate picture OLE objects from Access2000 to SQLServer7.
There are two apparent types of origin of the picture objects, from
METAFILEPICT, and from MS PhotoEditor 3.0.
As some of the BLOBs are large I used the GetChunk/AppendChunk methods to
write each BLOB to an individual image file as an intermediate step, but
cannot open them with any standard application. Access presumably "wraps" the
data with some extra bytes.
I presume the files must be reconstituted as valid image files before
importing to SQL Server?
Any help or advice appreciated,
Robin Pearce
There are two apparent types of origin of the picture objects, from
METAFILEPICT, and from MS PhotoEditor 3.0.
As some of the BLOBs are large I used the GetChunk/AppendChunk methods to
write each BLOB to an individual image file as an intermediate step, but
cannot open them with any standard application. Access presumably "wraps" the
data with some extra bytes.
I presume the files must be reconstituted as valid image files before
importing to SQL Server?
Any help or advice appreciated,
Robin Pearce