From: Shan on
Is there any module in python to connect with netezza database?(like
cx_Oracle which is used to connect Oracle from python)

Thanks for any help.

- Shan
From: M.-A. Lemburg on
Shan wrote:
> Is there any module in python to connect with netezza database?(like
> cx_Oracle which is used to connect Oracle from python)

You can use our mxODBC database adapters together with the
Netezza ODBC drivers.

For single-tier setups (client application and database
on the same server or the same platform, e.g. both Windows):

http://www.egenix.com/products/python/mxODBC/

For multiple-tier setups (client application on a different
server or different platform, e.g. Linux and Windows):

http://www.egenix.com/products/python/mxODBCConnect/

--
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source (#1, Nov 23 2009)
>>> Python/Zope Consulting and Support ... http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
________________________________________________________________________

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::


eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
Registered at Amtsgericht Duesseldorf: HRB 46611
http://www.egenix.com/company/contact/