Hi

I have SQL Server 2000 table "FilePerson" that contains a field of type varbinary.I want to insert into that field a value like "C:\xx.xls" but the insert failed.
the following message appeared:
Insert into FilePerson(_ID,_Path) VALUES('4','c:\xxx.xls')

Disallowed implicit conversion from data type varchar to data type varbinary, table 'FilePerson', column '_Path'. Use the CONVERT function to run this query.

Any help
thanks