I'm trying to set a SQL image field in PHP. I can retrieve an image from the database, and it's converted to a PHP string, which can then be written out locally for use. When inserting one with mssql_bind(SQLVARCHAR), I get "Warning: mssql_bind() [function.mssql-bind]: unsupported type", which then causes the execute to fail. I can't use SQLTEXT, as the datatypes are not compatable.