jpython and DCOracle ?

Andrew Kuchling akuchlin at mems-exchange.org
Thu Oct 19 16:01:40 EDT 2000


Bill Scherer <Bill.Scherer at VerizonWireless.com> writes:
> DCOracle is C extension to Python, which means it works only with
> CPython.
> To access Oracle from JPython, you'll probably have to use JDBC.

If portability between CPython and JPython (argh... make that Jython)
is important to you, zxJDBC emulates the Python DB-API on top of JDBC.  
If it isn't, then you can just code using the JDBC interfaces.

--amk



More information about the Python-list mailing list