I have a database table that stores images as varbinary (max). This works great for me. However, now I have to send this data to the MS Dynamics database, which will use the image data type.
Is there anything I need to know when saving varbinary (max) for an image? Can my data be corrupted or are they usually the same data types for all purposes and purposes?
thanks
source share