Hi to All,
when am storing image in sql server2005 database, am getting this error, and i took image field in my database.
"Operand type clash: nvarchar is incompatible with image"
How to resolve this error,pls help to me..
thank you
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabhakar ReddyPosted Nov 16, 2012, 3:31 AM
GreetingId int primary key identity(1,1) Not null, GreetingCategory varchar(200), GreetingSubCategory varchar(200), GreetingImage image, GreetingDescription Varchar(Max), GreetingKeywords varchar(300)
Sivaraman DhamodaranPosted Nov 16, 2012, 2:55 AM