Prev: scanning under windows WIA with custom settings (dpi / etc )
Next: Capturing output of os.system to a string
From: Shan on 23 Nov 2009 07:16 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 23 Nov 2009 14:59
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/ |