[DB-SIG] Preparing statement API

Hrvoje Niksic hniksic@iskon.hr
26 Jan 2000 18:28:05 +0100


Eric Brunson <brunson@Level3.net> writes:

> That seems to be true of the DCOracle implementation, also.
> Yesterday I tried to reuse a cursor object and it failed,

You mean, you tried:

    cursor.execute("<something>")

and then:

    cursor.execute("<something else>")

And the second operation failed?  This is against the DB API, I think.