[Zope] ZSQL-Methods: last inserted id
Phil Harris
phil.harris@zope.co.uk
Thu, 18 May 2000 01:14:11 +0100
LAST_INSERT_ID is the MySQL way to find out the last inserted id, how
exactly didn't it solve your problem?
phil
----- Original Message -----
From: "Andy" <andyman@n-factor.de>
To: <zope@zope.org>
Sent: 18 May 2000 00:44
Subject: [Zope] ZSQL-Methods: last inserted id
>
> 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...
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )