Updated version of Zend_Db_Adapter_Odbtp_Mssql
As people start asking me about that ODBTP adapter for Zend Framework, I will publish it as attachment to this post now. It should work with the latest version of Zend Framework (as reported by a developer). If you want to use it, just copy the files to your include path (make sure the path comes before the ZF path). Of course, you need to install ODBTP as well and add extension=php_odbtp_mssql.dll to your php.ini.


Thank You Michael,
But i insist
this is a dead link …
May you mail me directly ?
Comment by Laurent — May 21, 2008 @ 15:13
Sorry, I was working on the server filesystem yesterday… the file is available again now
Comment by Michael — May 21, 2008 @ 15:25
Be careful your link doesn’t work on Firefox.
Regards.
Comment by Kevin — May 21, 2008 @ 16:04
Works for me
Comment by Michael — May 21, 2008 @ 16:18
Thanks a lot!
I’ve just found this class.
It took me a few hours to find it!
I was actually going to make a similar class on my own, but now I will use yours.
What about new Microsoft library for php which works perfectly with MsSQL 2005? Why don’t you make a similar class to use with it?
PS: Thank you very much indeed!
Comment by Max — October 13, 2008 @ 21:20
Hello. I’ve just finished testing your class.
The “limit” function doesn’t work properly.
I replaced the content of your “limit” function with the similar one from Zend_Db_Adaper_Pdo_Mssql. Now it works good.
Comment by Max — October 14, 2008 @ 00:00