Stanislav Malyshev wrote:
However I don't know exactly how to do it using the Zend Framework as
there is no class Zend_Db_Adapter_Pdo_Odbc, and I dont want to use
Zend_Db_Adapter_Pdo_Mssql since the driver uses an old API which
doesnt seem to allow you using unicode characters with it.
As far as I understand there's currently no adapter for ODBC. I think
there should be.
Sure, now there's a feature request for an ODBC adapter for Zend_Db. I
made the description extremely brief. If you have more specific
requirements, please add comments to the following JIRA issue:
http://framework.zend.com/issues/browse/ZF-905
For example, should this be based on PDO_ODBC? Or the native ODBC
extension in PHP?
For what it's worth Haddad, so far I have not been able to connect
Zend_Db to MS SQL Server 2005 Express Edition either.
Regards,
Bill Karwin