Home Forums SQL Server 2008 T-SQL (SS2K8) Error On while executing to insert image on it??? RE: Error On while executing to insert image on it???

  • The ImagePath column is Varbinary data type, and you're trying to insert the value 'images/sun.jpeg', which is not Varbinary type.

    Do you want to insert the actual image or just it's path? The column name & value would indicate the path, the data type the image.

    Thanks

    Gaz