I have a table named Nomogram.
I wich to insert an image named td4.png into the column "img1" in the table Nomogram. Why does it not work?
img1 is defined as varbinary(MAX).
When I fire this event in the SQL Manager I get an error:
Does any have a clue?Code:UPDATE Nomogram SET img1 = (SELECT * FROM OPENROWSET(BULK 'C:\td4.png', SINGLE_BLOB) AS ResumeContent) WHERE (bId = 133)




Reply With Quote