简体   繁体   中英

how to configure zend to access netezza

I am looking for help configuring Zend Frameworks to work with Netezza. I am new to zend but looking at the docs, appears I need to specify a resources.db.adapter and not sure what to use.

Should I use ODBC to connect? guessing I need to find that driver from Netezza.

What else will I need?

Jay

I am using ODBC driver for Netezza with PHP with no issues. You will need to get/install the Netezza client on the OS your are on. Add the ODBC software for the OS. Once you have done this add the DSN. Test the connection at this level it will save you alot of time. Once you have got this talking to Netezza DB can be done with php_odbc or pdo_odbc I have just tested both with Netezza and they work with no issues.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM