my only wish was that more people wrote more articles about the proper structure.
You mean like the example on the mysql website?
http://dev.mysql.com/doc/refman/5.0/en/stored-procedures.html
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP General Mailing List (http://www
I want to thank all who helped me on this issue.
My Problem was when I tried to return a parameter to the C++ script.
CREATE PROCEDURE `tracinsert`(CaldNumber varchar(12), CaldTime varchar(50),
CallerID varchar(12))
BEGIN
INSERT INTO IncCalls (CaldNumber, CaldTime, CallerID)
VALUES
(CaldNumber,
it has 4.1 down here i'm upgrading to 4.04 Pro beta to check it out
-Original Message-
From: Jon Haworth [mailto:[EMAIL PROTECTED]]
Sent: Saturday, October 12, 2002 1:09 AM
To: 'electroteque'; [EMAIL PROTECTED]
Subject: RE: [PHP] mysql stored procedures
Hi,
>
Hi,
> when is this being implemented ?
Go and ask on the MySQL list. Version 5 was the last I heard.
Cheers
Jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Fri, 11 Oct 2002, electroteque wrote:
>-when is this being implemented ?
Perhaps in version 4.1 of the MySQL server.
Have a look near the bottom of this page...
MySQL 4.1, the following development release
http://www.mysql.com/products/mysql-4.0/index.html
>-
>-
>-
>---
>-PHP Genera
when is this being implemented ?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
6 matches
Mail list logo