How can I easily insert a blob into a varbinary(MAX) field?
As an example:
thing I want to insert is: c:\picture.png
the table is mytable
the column is mypictureblob
the place is recid=1
How can I easily insert a blob into a varbinary(MAX) field?
As an example:
thing I want to insert is: c:\picture.png
the table is mytable
the column is mypictureblob
the place is recid=1