Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Anyone know how to run MS SQL server stored procedures

Status
Not open for further replies.

Bygbobbo

Programmer
Apr 23, 2002
145
US
How do I set up code to call database stored procedures?.. Database == MS SQL Server 2000...

Thanks
 
$query="EXEC someprocedure";
$result=mssql_query($query);

i don't remember the sintax of mssql cause i use some predefined functions to connect to the DB Anikin
Hugo Alexandre Dias
Web-Programmer
anikin_jedi@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top