[DB-SIG] INSERT: getting the id

Dietmar Schwertberger dietmar@schwertberger.de
Mon, 8 Jul 2002 20:43:06 +0200 (BST)


Hi,

I'm using DCOracle and cx_Oracle.
After creating a new data set using cursor.execute("INSERT...") I'd like
to know the id of the new set. Unfortunately execute doesn't return
the id and neither DA supports the lastrowid attribute.
Any way to get the id?

Regards,

Dietmar