Welcome Guest, Not a member yet? Register   Sign In
if your are using php with mssql server 2008 here the sql_serv driver for codeigniter
#1

[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/




Theme © iAndrew 2016 - Forum software by © MyBB