Help for this page

Select Code to Download


  1. or download this
    $sth_insert->execute( $chain, 'chain' );
    push @relationship_ids, $dbh->{'mysql_insertid'};
    
  2. or download this
    $sth_insert->execute( $chain, 'chain' );
    push @relationship_ids, ( $dbh->selectrow_array( 'SELECT last_value FR
    +OM entities_id_seq' ) );