Re: [Components] Database - how to get lastInsertID?

2007-11-01 Thread Derick Rethans
On Wed, 31 Oct 2007, Gontran Zepeda wrote: % On 2007-11-01 at 01:05:15 +0100, Peter Lukezic wrote: but in the database components i?m looking for something to get the id of my last insert statement? perhaps someone could help... eg. $q = $this-db-createInsertQuery(); $q-insertInto(

[Components] Database - how to get lastInsertID?

2007-11-01 Thread Peter Lukezic
Thnx a lot - haven't found it in the documentation. peter -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] Database - how to get lastInsertID?

2007-10-31 Thread Gontran Zepeda
Dear Peter, % On 2007-11-01 at 01:05:15 +0100, Peter Lukezic wrote: but in the database components i’m looking for something to get the id of my last insert statement… perhaps someone could help... eg. $q = $this-db-createInsertQuery(); $q-insertInto( '_nic2006' ) -set( 'id',