It sure can.
example: $result = mssql_query("execute your_proc '$your_var',
$another_var");

note that you will probably have to go with the CGI version under IIS as the
ISAPI one is EXTREMELY unstable when used with MS SQL Server in my
experience.

Pavel


----- Original Message -----
From: "Scott" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 22, 2001 2:54 PM
Subject: [PHP-WIN] SQL Server stored procedures and functions


> Hi-
>
> I was using PHP on WinNT at my old job, when they closed I took this
> new job where everything is/was done in ASP 3.0.  Now I have been
> told that I am welcome to explore other options--translation, I can
> use PHP again :)
>
> This db they have set-up does a ton of stored procedures and functions
> in SQL Server 2000.  I am wondering if anyone knows--can PHP call a
> stored procedure or function from SQL Server?  Can you point me to any
> examples?
>
> Thanks in advance.
>
> -sap
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to