CodeIgniter Forums
if your are using php with mssql server 2008 here the sql_serv driver for codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: if your are using php with mssql server 2008 here the sql_serv driver for codeigniter (/showthread.php?tid=30926)



if your are using php with mssql server 2008 here the sql_serv driver for codeigniter - El Forum - 05-31-2010

[eluser]physicfor[/eluser]
with mssql server 2008 the driver include with the php will no longer work and you have to use micro$oft native clinet which is no compatible with the mssql php driver so i write a conversion layer to convert betwwen the old driver and the new one
the first file attached is
sqlsrv_mssql_converter.php
just include it in your connection and you don't need to change any of your code
the second one is the codeigniter database layer for sql_srv native driver
and you are welcom to modifi the code that ther is some function which i try to implement but am not able to

also the is an open project for this driver
http://code.google.com/p/sqlsrvmssqlconverter/
http://code.google.com/p/sqlsrvdrivercodeigniter/