MySQL Forums
Forum List  »  Microsoft SQL Server

Architecture Question
Posted by: Jim Storey
Date: August 04, 2005 02:29AM

Hello,

I'm an experienced ASP.Net / SQL Server developer who would like to know how a PHP / MySQL application works with MySQL not having the same functionality as SQL Server.

An overview of the following two questions would be greatly appreciated.


If I have a daily / hourly database task in SQL Server I can schedule a stored procedure to run. How do I achieve this in MySQL / PHP?


In SQL Server I have stored procedures for data access. This allows optimised queries and also security. How is this achieved in MySQL with no stored procedures? Are all the db queries structured in the PHP?

Many Thanks,

Jim.

Options: ReplyQuote


Subject
Written By
Posted
Architecture Question
August 04, 2005 02:29AM
August 04, 2005 03:21PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.