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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -