>>>>> "R" == Rudy  <[EMAIL PROTECTED]> writes:

R> prepare all your database handles only once!  
R> read:  perldoc DBI
R> vassst improvements will be noticed.  Even if you 
R> don't use Perl, the theory is the same.

It depends a lot on your actual database server.  For some, it matters
not a bit whether you do one prepare and many executes.   But I agree
-- it does make for cleaner code to use placeholders on a prepared
statement that will be used often.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: [EMAIL PROTECTED]       Rockville, MD       +1-301-545-6996
GPG & MIME spoken here            http://www.khera.org/~vivek/

Reply via email to