Help for this page

Select Code to Download


  1. or download this
    $sth=$dbh->prepare("
    insert into blah (blah_key, blah_name)
    values(blah_seq.nextval, ?)");
    $sth->execute($blah_name);