Re: oracle interface

2005-04-07 Thread Myles Strous
cx_Oracle here too (Win32, connecting to Oracle 9). Thanks, Computronix! (And, of course, thanks to the Python team and community.) -- http://mail.python.org/mailman/listinfo/python-list

Re: oracle interface

2005-04-07 Thread M.-A. Lemburg
Andrew Dalke wrote: > In searching I find there several different ways to > connect to an Oracle server on MS Windows: > > mxODBC - http://www.egenix.com/files/python/mxODBC.html > built on top of the ODBC drivers for a given database mxODBC works nicely with Oracl on Windows. There are two

Re: oracle interface

2005-04-05 Thread Grig Gheorghiu
I subscribe to the other posters' opinion: cx_Oracle is what I use on Windows, Linux and Solaris. Works great cross-platform and across Oracle versions (I use it with Oracle 9 and 10, haven't tried 8 yet). Grig -- http://mail.python.org/mailman/listinfo/python-list

Re: oracle interface

2005-04-05 Thread infidel
cx_Oracle rocks -- http://mail.python.org/mailman/listinfo/python-list

Re: oracle interface

2005-04-05 Thread Bernard Delmée
We're so satisfied with cx_Oracle (HP-UX & Win32) that we have not even bothered checking the other ones. Highly recommended. -- http://mail.python.org/mailman/listinfo/python-list

Re: oracle interface

2005-04-05 Thread [EMAIL PROTECTED]
We use cx_oracle, for us it has proven to be very stable running on Solaris. -- http://mail.python.org/mailman/listinfo/python-list

oracle interface

2005-04-05 Thread Andrew Dalke
In searching I find there several different ways to connect to an Oracle server on MS Windows: mxODBC - http://www.egenix.com/files/python/mxODBC.html built on top of the ODBC drivers for a given database DCOracle2 - http://www.zope.org/Members/matt/dco2/ last update is 1.3 beta relea