Help for this page

Select Code to Download


  1. or download this
    DBD::ODBC::st execute failed: [Microsoft][ODBC Microsoft Access Driver
    +] Too few parameters. Expected 2. (SQL-07002)(DBD: st_execute/SQLExec
    +ute err=-1) at SearchPubMed2.pl line 178.
    Retrieve SearchTerms - Couldn't execute statement: [Microsoft][ODBC Mi
    +crosoft Access Driver] Too few parameters. Expected 2. (SQL-07002)(DB
    +D: st_execute/SQLExecute err=-1) at SearchPubMed2.pl line 178.
    
  2. or download this
    my $sth = $dbh->{LongReadLen} = 255;
      $sth = $dbh->prepare($SearchOnSearchTermIDSQL);
      $sth->execute()
        or die "Retrieve SearchTerms - Couldn't execute statement: " . $st
    +h->errstr;