[PHP-DB] Re: [PHP-WIN] Which ORM tool for Windows with Microsoft SQL Server 7/2000/2005.

2009-04-20 Thread Richard Quadling
2009/4/20 Andi Gutmans a...@zend.com: Btw, in Zend Framework while we based our adapter interface on PDO we allow for adapters which are not based on PDO (via quackable interfaces). DB2, Oracle and MySQLi are supported in that way as well as of course many PDO drivers. You can easily take

[PHP-DB] RE: [PHP-WIN] Which ORM tool for Windows with Microsoft SQL Server 7/2000/2005.

2009-04-19 Thread David Sceppa
Richard, As pointed out on other branches of the thread, PDO_ODBC is currently your best option for accessing SQL Server via PDO and technologies that rely on PDO. We are investigating producing a PDO driver for SQL Server Driver going forward. David Sceppa Program Manager - Microsoft SQL

[PHP-DB] RE: [PHP-WIN] Which ORM tool for Windows with Microsoft SQL Server 7/2000/2005.

2009-04-19 Thread Andi Gutmans
Btw, in Zend Framework while we based our adapter interface on PDO we allow for adapters which are not based on PDO (via quackable interfaces). DB2, Oracle and MySQLi are supported in that way as well as of course many PDO drivers. You can easily take one of those native DB adapters and make