On Thu, Mar 23, 2006 at 11:22:12PM +0200, Stuart Gall wrote:
> On 23 Mar 2006, at 18:24, Greg Sabino Mullane wrote:
> 
> >>I am using DBI Version 1.42 on OSX, accessing a MySQL database on
> >...
> >
> >The last_insert_id() method was broken prior to 1.43, so at the very
> >least, you should install a newer version of DBI.
> 
> Good Call, I have upgraded to 1.50, but alas *still* only 
> $dbh->{'mysql_insertid'} works.

The DBI doesn't implement the last_insert_id() method, the driver needs
to do that.

Tim.

Reply via email to