Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare(qq{INSERT INTO `coacttran` SET $_pstmt"});
    $sth->execute(@_placeholders);
    $sth->fetchrow_hashref();
    $sth->finish();
    $_chinsert = $sth->last_insert_id;
    
  2. or download this
    Can't locate object method "last_insert_id" via package "DBI::st" at /
    +path/to/file... line 256.