Ho provato ad eseguire l'insert di un dato binario in un campo "binary" di SQL server, ma ricevo questo messaggio di errore:
Warning: mssql_query(): message: Disallowed implicit conversion from data type varchar to data type binary.....
Use the CONVERT function to run this query
Ovvero?