http://qs321.pair.com?node_id=870185

perl@1983 has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I am using DBI and DBD::Sybase to connect to Sybase database. I have seen that to execute a SQL statement or make a stored proc call, some of the programmers use syb_nsql ($SQL,"HASH") like method while some use prepare($SQL), $sth->execute() syntax. I was wondering what is the difference between those two? Which one is better? Thanks