At 13:50 -0400 5/10/02, Jeff Thies wrote:
>   I've been doing this:
>my $insert_id = $sth->{insertid}; iwith MySQL to get the last
>autoincrement field.
>
>This is now broken, and I'm assuming my webhost upgraded either DBI or
>MySQL.
>
>Is there a reliable way to retrieve the "insertid" ?
>
>   Jeff

use mysql_insertid now rather than insertid.

Reply via email to