Hi All,

I'm facing a problem I'm unable to find a solution for. I hope fellow members would be able to help me out.


System Info:

PHP v5
MSSQL 2008
Linux box


Ok lets say I have a stored procedure called proc_getData which has 2 select
statements....

Code:
Create Proc proc_getdata
AS
Select COUNT(*) From Usr_Accounts;
select
...