Code Comments
Programming Forum and web based access to our favorite programming groups.I was wondering if there is a way to get a MySQL database to automatically perform procedures on a regular basis. For example, say you developed a stock exchange program and wanted the orders to be matched regularly after every specific time period, how would you get the MySQL database to do that autonomously without a PHP or other trigger? Thanks in advance.
Post Follow-up to this messageOn Mon, 30 Aug 2004 04:52:57 GMT, "Gerard Shea" <gpshea@tsn.cc> wrote: >how would >you get the MySQL database to do that autonomously without a PHP or other >trigger? Cron (or its equivalent on your OS). -- FREE phonecalls with other TalkTalk customers: <http://www.bizorg.co.uk/shopping/t alktalk/> Locate your Mobile phone: <http://www.bizorg.co.uk/news.html>
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.