Welcome Guest, Not a member yet? Register   Sign In
MS SQL Stored proc returns multiple recordsets
#7

[eluser]btwong[/eluser]
What is the AR system that you are talking about?

Is the mssql drivers php files, or is it something else?

------------

sorry, AR = active record.

i have been using the below:
Code:
do {
        echo $this->result_id ."<br>";
        while ($row = mssql_fetch_row($this->result_id)) {
            echo "$row[0] -- $row[1]<BR>";
        }
        } while (mssql_next_result($this->result_id));


i am attempting to play around with it, and i am getting some results.


Messages In This Thread
MS SQL Stored proc returns multiple recordsets - by El Forum - 06-14-2010, 09:15 PM
MS SQL Stored proc returns multiple recordsets - by El Forum - 06-14-2010, 09:39 PM
MS SQL Stored proc returns multiple recordsets - by El Forum - 06-14-2010, 09:40 PM
MS SQL Stored proc returns multiple recordsets - by El Forum - 06-14-2010, 10:28 PM
MS SQL Stored proc returns multiple recordsets - by El Forum - 06-14-2010, 10:34 PM
MS SQL Stored proc returns multiple recordsets - by El Forum - 06-15-2010, 12:46 AM
MS SQL Stored proc returns multiple recordsets - by El Forum - 08-03-2010, 12:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB