I was wondering if it is possible to convert a string to varbinary with PHP to get the same effect as using the SQL function CONVERT(varbinary, 'data')I would like to do this because I use codeigniter and would like to use active records for this query, and because This does not directly use the SQL string, but I need to insert the data into the varbinary field in MS-SQL.
Thank:)
source
share