I recently migrated a mysql table containing, among other types, images
to a mssql table. All information from the new migrated table can be
accessed and displayed via a php script, except for the image itself.
Does anybody know if converting from a longblob (mysql) data type into
an image data type (mssql) has some effect on the the image itself
(possible data loss?). If so, how can I remedy this problem? Thanks!