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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mssql_query and create/drop procedure

Status
Not open for further replies.

BB101

Programmer
May 23, 2001
337
GB
I'm not having much luck running perfectly fine and tested piece of SQL with PHP to create or drop a stored procedure.

Has anyone else encountered this? Are there any work arounds?

Thanks --BB
 
It's for a client so he can update his system, it'll be a once run program, that is all. --BB
 
No error's, but it's returning false and not actually doing as its told! --BB
 
With help from mssql_get_last_message() i found the word GO cocks things up for PHP.

Thanks for the help anyway. --BB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top