How can I retrieve the ID of the last record I added?
Sandeep Gupta
sandeep182 at hotmail.com
Mon Jul 8 10:50:20 EDT 2002
More information about the Python-list mailing list
Mon Jul 8 10:50:20 EDT 2002
- Previous message (by thread): How can I retrieve the ID of the last record I added?
- Next message (by thread): How can I retrieve the ID of the last record I added?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm using mxODBC on Linux to access MySQL and MSSQL. I'm performing inserts from within a transaction and need to get the value of the auto-incremented column for the just inserted row. Is there a method or select I could execute to get that value? Thanks
- Previous message (by thread): How can I retrieve the ID of the last record I added?
- Next message (by thread): How can I retrieve the ID of the last record I added?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list