Welcome Guest, Not a member yet? Register   Sign In
MS SQL and stored Procs
#1

[eluser]btwong[/eluser]
I am calling a stored procedure from a Ms SQL database, but i am getting nothing returned.

Looking at the stored procedure, i can see that it gets all the required data, and puts it in a #Temp table. Then on the second last line it does a "select * from #temp".

The last line then does a "drop table #Temp".

How can i use php/codeigniter to get all the records/data from the "Select * from #Temp" query before the #Temp table is dropped?

thanks


Messages In This Thread
MS SQL and stored Procs - by El Forum - 06-01-2010, 07:56 PM
MS SQL and stored Procs - by El Forum - 06-02-2010, 07:17 AM
MS SQL and stored Procs - by El Forum - 06-14-2010, 09:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB