Page 1 of 1

pdo_dblib ,Pdo link mssql

PostPosted: 26. November 2007 16:20
by phpup
I want to connect mssql with pdo.
Why not add the 'pdo_dbib'.
How can I add 'pdo_dblib'.

PostPosted: 26. November 2007 16:42
by Wiedmann
I want to connect mssql with pdo.

There is a "php_pdo_mssql.dll"

Why not add the 'pdo_dbib'.

You have read the PHP manual page for "PDO_DBLIB", especially the part about Windows?

PostPosted: 28. November 2007 07:27
by phpup
I know that these.
PDO_DBLIB ,no version information, might be only in CVS.
But ,connecting to Microsoft SQL Server in XAMPP for Linux.
There is a pdo_dblib folder in complete source Code of php.
I know how to do these without XAMPP.
Can you give me some suggestions.

PostPosted: 28. November 2007 09:06
by Wiedmann
Server in XAMPP for Linux.

Ups. sorry. I totally missed that we are in the Linuy forum. Please ignore my answer before. It was for Windows.

How can I add 'pdo_dblib'.

Imho you need:
- the XAMPP devel package
- the sourccode of this extension.

and then you should be able to buid this extension with phpize.