|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to execute Stored procedures?
Hi,
-->OS is Windows 2000 Advanced Server -->Database is MS SQL Server 2000 -->Web Server is IIS -->Server side program in PHP -->All in one machine I want to execute stored procedures of MS SQL Server from PHP. How to do that? Any help will be very very useful. Thabks in advance. Regards, Fiyaz. |
|
#2
|
|||
|
|||
|
RE: How to execute Stored procedures?
You'll want to look at the following functions in php:
mssql_bind mssql_init mssql_execute Those put together will allow you to execute stored procedures.... |
|
#3
|
|||
|
|||
|
RE: How to execute Stored procedures?
or you could just send the server a raw sql command to execute it. Depends on whether or not you want the output or not.
"exec @storedproc ...." |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > How to execute Stored procedures? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|