Hi, working well with SQL Server (mssqlnative 11.0) except if I add:
$grid["sortname"] = 'fieldname';
The load fails with "The number of rows in the TOP clause must be an integer..
select top (10+0) * FROM…"
SQL Server won't support the (10+0) expression.
Problem only if $grid["sortname"] is specified.
Thanks
1 Answers
Your Answer