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 them

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 Serv

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

2009-04-19 Thread Manuel Lemos
Hello, on 04/14/2009 11:38 AM Richard Quadling said the following: > I'm trying to find an ORM tool to allow me to talk to Microsoft SQL > servers (V7, 2000 and 2005) for Windows. > > For those that use ORM, what do you use? > > I've looked at Doctrine (requires php_pdo_mssql which isn't part of