Thanks in advance.
To start with, the image data type is deprecated, and you are much better
off using varbinary(MAX).
Second, if you want to store an RTF document in a varbinary(MAX) column,
you don't really have to convert it, just store the bytes. I have a very
simple example on http://www.sommarskog.se/blobload.txt.
--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx