reporting services - How do I insert an image as a varbinary data type into SQL Server database -


i looking insert statement table varbinary type column. know it's not best practice, , rather image file path stored, not many images need stored - , want able extract image report.

i'm looking like:

insert dbo.table values('myimage', null, null) 

what put 'myimage'?

could display in ssrs report based on query?


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -