this is my sql query :
select isnull(Photo,0) as photo from Std_Photo where Id=123
and the error is this:
Operand type clash: int is incompatible with image
in column field is Photo, and that datatype is image. so how can solve this problem?
plz help...
thnkx in adv..

Suraj KumarPosted Oct 16, 2018, 12:13 AM
Reylin MathewPosted Oct 16, 2018, 12:06 AM
Faisal PathanPosted Oct 15, 2018, 11:48 PM
Suraj KumarPosted Oct 15, 2018, 11:47 PM