﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / T-SQL (SS2K8)  / Error On  while executing to insert image on it??? / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 08:10:49 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Error On  while executing to insert image on it???</title><link>http://www.sqlservercentral.com/Forums/Topic1412307-392-1.aspx</link><description>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 &amp; value would indicate the path, the data type the image.ThanksGaz</description><pubDate>Mon, 28 Jan 2013 05:25:15 GMT</pubDate><dc:creator>Gazareth</dc:creator></item><item><title>Error On  while executing to insert image on it???</title><link>http://www.sqlservercentral.com/Forums/Topic1412307-392-1.aspx</link><description>create table Wishing(ID int identity,ImageName varchar(500),ImagePath varbinary(2000))insert into  Wishing(Imagename,imagepath)values('sunrising','images/sun.jpeg')while i am inserting image to to table showing error on use convert and run ur query???</description><pubDate>Mon, 28 Jan 2013 03:50:11 GMT</pubDate><dc:creator>raghuldrag</dc:creator></item></channel></rss>