Help for this page

Select Code to Download


  1. or download this
    my $sql="Select Count(*) From ClearTransferData
    Where AccountNo = ? and TransferFlag = ? and
    ...
    $sth->execute(@data);
    # Fetch results with $sth->fetchrow_array(), or whatever
    $sth->disconnect();