Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^4: difference between syb_nsql and prepare/execute call

by perl@1983 (Sexton)
on Nov 09, 2010 at 18:55 UTC ( [id://870378]=note: print w/replies, xml ) Need Help??


in reply to Re^3: difference between syb_nsql and prepare/execute call
in thread difference between syb_nsql and prepare/execute call

So, which one would you prefer? syb_nsql or prepare/execute?

Replies are listed 'Best First'.
Re^5: difference between syb_nsql and prepare/execute call
by Anonymous Monk on Nov 09, 2010 at 21:05 UTC
    Generally, the programs I'm asked to write use a handful of known SQL statements called several times with varying bound parameters. In those situations, prepare/execute has definite speed advantages.

    If you're only going to use a statement once during the life of the program (or connection), those advantages fade away. In that case there can be advantage, or at least convenience, in an all-in-one statement.

    So without knowing your particular use case, I'm sorry to say I can't make your decision for you.

Re^5: difference between syb_nsql and prepare/execute call
by elwarren (Priest) on Nov 10, 2010 at 14:13 UTC

    I use DBD::Oracle for most of my work, so I prefer prepare/execute ;-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://870378]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-03-19 07:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found