Page 1 of 1

PDOSqlServer

PostPosted: December 19th, 2012, 8:23 pm
by hans
Hello,

Our project currently uses the PDO SQL Server driver from Microsoft. We're looking into converting the project to use Phalanger, but I see that the managed re-implementation still has some work ahead of it.

Is this still being actively worked on? Is there a lot of work left?

Basically we're trying to figure out if we should bother trying to figure out another solution or just wait for the driver.

Re: PDOSqlServer

PostPosted: January 6th, 2013, 5:07 pm
by Jakub Misek
Hi,

Currently there is PDO extension with SQLite and SQLServer drivers. Its functionality is being implemented as it is needed. As I know, nobody is actively working on these drivers, but it seams very easy to add missing functionality.

Thanks