SQL server procedore how to

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



i have a aprocedure "simple_proc"
i try to call her with  mssql_query like this:

----------------------------------------------------------------
$q="exec simple_proc";
 $ret = mssql_query($q,$__["db connection"]);
 ----------------------------------------------------------------

the result i get is:

---------------------------------------------------------------
Resource id #20
--------------------------------------------------------------
insted of getting the resulets the proc is returning
what should i do??
tnx noam.

by the way ,if i use the sql server "Query Analyzer", i'm getting the wanted
results




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux