Re: [PHP-DB] SQL server procedore how to
You need to ue mssql_fetch_*() to actually put the data into an array. --- Noam Giladi <[EMAIL PROTECTED]> wrote: > i have a aprocedure "simple_proc" > i try to call her with mssql_query like this: > > > $q="exec simple_proc"; > $
[PHP-DB] SQL server procedore how to
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