HY104 when binding an empty string
description
Driver returns
[HY104 0] [Microsoft][SQL Server Native Client 10.0]Invalid precision value
when executing parametrized query with binding of the empty string with default options:
sqlsrv_query('SELECT ?', array(''));
I am using the 1.1 driver on PHP 5.3, SQL Server 2000.