On Mon, May 20, 2013, at 10:27, Charles Curley wrote: > Is it all that useful in a web application, where usually you use a > statement once per execution of a given page and its backing script. > For example, I have an intake page for once bill. So to process the > bill, I look to see if there is already an entry for it. If there is, I > update it; if not I insert the bill. Each of those statements gets run > no more than one time in the script. Is it worth it to prepare a > statement for each of those?
It's even MORE useful in a web application, even without persistence. I take it you've never read http://bobby-tables.com/ *grin*. -- Curtis Jewell [email protected] %DCL-E-MEM-BAD, bad memory -VMS-F-PDGERS, pudding between the ears /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
