Using DCOracle

Luca lminuti at eid.it
Tue May 23 08:17:34 EDT 2000


Oleg Broytmann wrote:

>    cur = dbc.cursor()

Doesn't work and the error is:

Traceback (innermost last):
  File ".//prova.py", line 11, in ?
    cur = dbc.cursor()
AttributeError: 'Connection' object has no attribute 'cursor'

But the rest of the code of my original message is right?

Where can I find a simple python script that use DCOracle?

Thanks.



More information about the Python-list mailing list