[Zope] ZSQL-Methods: last inserted id

Andy ap@big1.de
Thu, 18 May 2000 01:44:44 +0200


I wonder how I can find out about the last inserted id of a row in my
mysql-database, which I inserted through a ZSQL-Method...

I tried mysql's built-in function LAST_INSERT_ID(), but that did not solve
my problem...