Welcome Guest, Not a member yet? Register   Sign In
MsSQL driver in PDO style
#1

[eluser]Yours3lf[/eluser]
Hello all,

here is my PDO driver which hopefully works with mssql databases. I wrote hopefully because I did not have the opportunity to try it out. Despite, I have written it, it is "almost done", I did not complete those parts which would strongly require a working MsSQL sever.

You can download the driver for PHP here: PHP driver

You have to copy the php_pdo_sqlsrv_52_nts.dll to the C:\{Program Files directory}\{PHP directory}\ext\ directory, and enable it in the php.ini:
extension_dir="C:\{Program Files directory}\{PHP directory}\ext"
extension=php_pdo_sqlsrv_52_nts.dll

If you succeeded it should appear in phpinfo().

I have uploaded here:
pdo driver the whole codeigniter framework including the driver, which can be found in the directory:
\system\database\drivers\pdo

I would really appreciate if someone could try it out if it connects to the database.

please if you have any improvements post it here.

Best regards,
Yours3lf


Messages In This Thread
MsSQL driver in PDO style - by El Forum - 06-18-2010, 03:12 PM
MsSQL driver in PDO style - by El Forum - 09-07-2010, 08:35 AM
MsSQL driver in PDO style - by El Forum - 09-07-2010, 11:28 AM
MsSQL driver in PDO style - by El Forum - 09-07-2010, 11:30 AM
MsSQL driver in PDO style - by El Forum - 04-21-2011, 03:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB