Ask a Question related to PHP Development, Design and Development.
-
popeye #1
Does MySQL have a Stored Procedure equivalent?
I've only used ASP and MS SQL Server before but I want to learn PHP and
MySQL. Does MySQL have an equivalent of Microsoft's Stored Procedures (i.e.
T-SQL)?
popeye Guest
-
#40085 [NEW]: PHP/MySQL connector and Stored Procedure problem
From: edward_chan at hotmail dot com Operating system: XP PHP version: 5.2.0 PHP Bug Type: MySQL related Bug description: ... -
Stored Procedure
EXEC master..xp_cmdshell 'cscript c:\path\file.vbs' EXEC master..xp_cmdshell 'c:\path\file.exe' "Kannan" <gk_i@yahoo.com> wrote in message... -
sql server equivalent procedure in Oracle
Hi I am a Coldfusion + Sql Server Programmer. Now I am working with Oracle which is new to me. I want to know how to create multiple recorset... -
Calling stored procedure from MysQL 5.0
I am trying to call stored procedures using <cfquery> in Coldfusion MX 7.0, but I am getting this error: Error Executing Database Query. General... -
stored procedure help
Hi all! I am in need of writing a few stored procedures. The first one is to create a stored procedure to recover a database from backup and the... -
Chris Hope #2
Re: Does MySQL have a Stored Procedure equivalent?
popeye wrote:
Not yet. Stored procedures will become available in MySQL 5.0 but that's> I've only used ASP and MS SQL Server before but I want to learn PHP and
> MySQL. Does MySQL have an equivalent of Microsoft's Stored Procedures
> (i.e. T-SQL)?
some way off from release yet as it's still only an Alpha release. Postgres
([url]www.postgresql.org[/url]) does support stored procedures.
--
Chris Hope - The Electric Toolbox - [url]http://www.electrictoolbox.com/[/url]
Chris Hope Guest



Reply With Quote

