Re: Stored Procedures and Functions

2005-09-27 Thread Gleb Paharenko
Hello. Have a look here: http://dev.mysql.com/tech-resources/articles/mysql-storedprocedures.html However, it isn't clear for me what originally read data means. Do you store the time of the first access to the data in some table or somewhere else? You might obtain a better answer from

Re: Stored Procedures and Functions

2005-09-26 Thread Peter Brawley
Justin, >I don't have any experience with stored procedures and find the >Documentation in the MYSQL manual a bit sketchy or maybe I am just >miss reading it. Can any one point me to some documentation that will >help with fully understanding Stored Procedures? >What I am trying to migrate