Which ORM tool for Windows with Microsoft SQL Server 7/2000/2005.
Which ORM tool for Windows with Microsoft SQL Server 7/2000/2005.
am 14.04.2009 16:38:29 von Richard Quadling
Hi.
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
the VC9 win32 builds; for the VC6 builds, it requires ntwdblib.dll
which is oh so dead).
I'm looking into Propel next. This now seems to be using PDO and
PDO_MSSQL, so it seems I've got the same problems.
Ideally, using the nice shiny Microsoft SQL Server 2005 Driver for PHP
from Microsoft (http://www.codeplex.com/SQL2K5PHP) would be nice. But
this isn't PDO.
Is there anyone capable of getting the Microsoft driver PDO aware?
Any help/suggestions would be appreciated.
Regards,
Richard Quadling.
--
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Which ORM tool for Windows with Microsoft SQL Server 7/2000/2005.
am 19.04.2009 10:17:09 von 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
> the VC9 win32 builds; for the VC6 builds, it requires ntwdblib.dll
> which is oh so dead).
>
> I'm looking into Propel next. This now seems to be using PDO and
> PDO_MSSQL, so it seems I've got the same problems.
>
> Ideally, using the nice shiny Microsoft SQL Server 2005 Driver for PHP
> from Microsoft (http://www.codeplex.com/SQL2K5PHP) would be nice. But
> this isn't PDO.
>
> Is there anyone capable of getting the Microsoft driver PDO aware?
You may want to take a look at Metastorage. It supports MS-SQL via the
regular mssql extension, but it would not be hard to develop a driver
for using PDO MS-SQL driver.
http://www.metastorage.net/
--
Regards,
Manuel Lemos
Find and post PHP jobs
http://www.phpclasses.org/jobs/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Which ORM tool for Windows with Microsoft SQL Server 7/2000/2005.
am 19.04.2009 10:17:09 von 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
> the VC9 win32 builds; for the VC6 builds, it requires ntwdblib.dll
> which is oh so dead).
>
> I'm looking into Propel next. This now seems to be using PDO and
> PDO_MSSQL, so it seems I've got the same problems.
>
> Ideally, using the nice shiny Microsoft SQL Server 2005 Driver for PHP
> from Microsoft (http://www.codeplex.com/SQL2K5PHP) would be nice. But
> this isn't PDO.
>
> Is there anyone capable of getting the Microsoft driver PDO aware?
You may want to take a look at Metastorage. It supports MS-SQL via the
regular mssql extension, but it would not be hard to develop a driver
for using PDO MS-SQL driver.
http://www.metastorage.net/
--
Regards,
Manuel Lemos
Find and post PHP jobs
http://www.phpclasses.org/jobs/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php