I have a varbinary column we use to store excel files. I need to update this column with the contents of a different xls file that is currently on my filesystem.
Given a java.sql.Connection, how should I update the row?
We are using sql server 2005.