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
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