Help for this page

Select Code to Download


  1. or download this
            my $query = q{SELECT x
                       FROM Referrals
                       WHERE [Today's Date]>?};
            $sth = $dbh->prepare($query);
            $sth->execute($date);
    
  2. or download this
    DBD::ODBC::st execute failed: called with 1 bind variables when 0 are 
    +needed at
    C:\Documents and Settings\xxx\Desktop\distribute.pl line 263.