Using DCOracle

Oleg Broytmann phd at phd.russ.ru
Tue May 23 06:08:56 EDT 2000


On Mon, 22 May 2000, Luca wrote:
>     cur = dbc.Cursor()
> AttributeError: 'Connection' object has no attribute 'Cursor'

    cur = dbc.cursor()

Oleg.            (All opinions are mine and not of my employer)
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd at phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list