View Single Post
  #2 (permalink)  
Old 07-24-2007, 02:33 AM
elizabeth elizabeth is offline
Member
 
Join Date: Jul 2007
Posts: 40
elizabeth is on a distinguished road
It is better to use prepared statement because it is faster for the data base server. And you must close it after you are done with it (not keeping it open for a long period). Why keep an unnecessary resource in memory?
Reply With Quote