Re: [PHP-WIN] Using PHP with MS SQL Stored Procedure

2001-10-19 Thread Paco Ortiz
Hi, if you don't have to retrieve return values or output-variable values, you can use mssql_query using "execute myproc arg1,arg2". If you need return and output values, there are some new functions for that, but they are now only at CVS, I think they will be included and documented soon. If

[PHP-WIN] Using PHP with MS SQL Stored Procedure

2001-10-18 Thread ST Ooi
Hi, I have used MS SQL with Stored Procedure. It's accessed through ASP. Now I want to use PHP to access the same Stored Procedure, how can I do that? Any help would be appreciated. Thanks ST Ooi Malaysia -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTEC