|
Posted by Justin Koivisto on 05/23/06 00:41
chonny wrote:
> How to connect and query odbc database with zend framework db?
>
For those of you have not come across Zend framework yet:
http://framework.zend.com/
Now, to attempt to answer your question...
Based on how the MySQL, MSSQL, PgSQL and SqLite connections are handled
through PDOs, the following files are missing and would need to be
developed first:
library/Zend/Db/Adapter/Pdo/Odbc.php
library/Zend/Db/Statement/Odbc.php
IOW - the support isn't there yet, so you will have to create it
yourself or with the help of others at this time. I didn't even see
anything in the web CSV/SVN browser about odbc at this time.
--
Justin Koivisto, ZCE
http://koivi.com
[Back to original message]
|