MSSQL In YII Without PDO?

I think I know the answer, but I have to ask anyway. I am on a shared server and need to connect to a MSSQL database. They are not loading the PHP MSSQL PDO module. Is there any way to [A] load this without them being in the main PHP config (local php.ini or directly from code), or [B] is there a way to connect to MSSQL without the PDO module?

For [A] I already tried both and neither worked. So there is either something I am missing or it comes down to [B], which I believe the answer is “no”. :(

If the answer is “no”, then I will have to find a shared server somewhere that offers MSSQL database support, PHP and is loading the PDO module… or not use Yii! :o

Thanks

try this extension pdo emulation :lol:

not sure if it can help you ! if you can’t modify the “php.ini” this is the only hope