tags:

views:

87

answers:

0

There is a business need to upgrade the Front end to latest technology using SQL Server 2008 and its features so need to transfer data from Transbase database.

Everything works except images. So looking for some help here.

There are 3-4 different tables with OLE Object column. We are able to save all of them except 2 tables where we get the Error (using same piece of code - Creating Byte Array->Creating Stream->Saving Image.FromStream way).

When Saving Images to Disk, it gives an error - 'Paramter Not valid'. Initially it seemed to be the Header Issue for which Offset of 78 bytes works. But we are able to save Images from other tables without even using the Offset.

These 2 tables have 2 columns named 'CRC' & 'Image' with 'String' and 'Olle Object' datatype respectively.

We are wondering if this CRC has anything to do with Images not being accessible.

thanks R D