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