more useful options | |
PerlMonks |
difference between syb_nsql and prepare/execute callby perl@1983 (Sexton) |
on Nov 08, 2010 at 20:17 UTC ( [id://870185]=perlquestion: print w/replies, xml ) | Need Help?? |
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
Back to
Seekers of Perl Wisdom
|
|