Work with MSSQL, using pdo_sqlsrv driver(PHP 5.4.
In my DB I have column with varbinary type and size of it == 7584.
When I try get value from this column I get error "Invalid sql_display_size in G:\..\..\..\framework\yiilite.php on line 8836".
Here query:
$model = Character::model()->find(array(
'select'=>'Inventory',
'condition'=>'Name=:Name',
'params'=>array(':Name'=>'JohnDoe')
));
Maybe someone encountered this problem and can help me.
P.S. Sorry for my bad english)

Help















