[Extension] Phppdo

I have a project where I need to connect to both MySQL and MSSQL databases, but unfortunately the client’s host cannot install PDO_DBLIB and hence no PDO for the MSSQL database… Is it possible to use phppdo in this context?? The docs for multiple databases want you to put ‘class’=>‘CDbConnection’ in the db portion of main.php, and the phppdo docs say to put ‘class’=>‘application.extensions.PHPPDO.CPdoDbConnection’ there so I figured that would be a problem…

Any suggestions?