Welcome Guest, Not a member yet? Register   Sign In
Database classes for SQL Server 2005 and SQL Server 2008 (using php_sqlsrv.dll from the Microsoft Data Programmability t
#36

[eluser]broadband[/eluser]
You could use:
$q = "select row1, row2 from table;";
$q_count = "select count(row1) from table";

If adodb with mssql native driver works ok(num_rows, result in correct charset, utf8...) we could make new "wrapper" for CI.


Messages In This Thread
Database classes for SQL Server 2005 and SQL Server 2008 (using php_sqlsrv.dll from the Microsoft Data Programmability t - by El Forum - 07-04-2011, 02:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB