From: Peter Brawley Date: March 17 2009 4:04pm Subject: Re: Does MySQL 5.1 store queries? List-Archive: http://lists.mysql.com/mysql/216760 Message-Id: <49BFCA11.9090505@earthlink.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------050809040608070501030201" --------------050809040608070501030201 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Matthew, > wondered if MySQL now enabled me to store queries in the database In three ways---stored procedures; views; and prepared statements built from query strings that come from anywhere including your own tables. PB http://www.artfulsoftware.com ----- Matthew Stuart wrote: > Until recently I have been using 4.0.25 and have just upgraded to 5.1 > and just wondered if MySQL now enabled me to store queries in the > database rather than have to put them all on my pages. Basically, I > want to be able to write some select statements and save them in the > database. > > Thanks. > > Mat > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.0.237 / Virus Database: 270.11.17/2007 - Release Date: 03/17/09 10:18:00 > > --------------050809040608070501030201--