VBDotNetProgrammer
Programmer
Hi,
Im trying to execute a sproc from within another sproc, that isnt the problem i know how to do that.
The problem is i cant create a temp table in the sub-sproc holding the results which the calling sproc can then access.
What i need is something similar to a prototype in C++ where you forward declare something just so the compiler knows it will be there in the future.
Does anyone know a way around this?
Thanks
Im trying to execute a sproc from within another sproc, that isnt the problem i know how to do that.
The problem is i cant create a temp table in the sub-sproc holding the results which the calling sproc can then access.
What i need is something similar to a prototype in C++ where you forward declare something just so the compiler knows it will be there in the future.
Does anyone know a way around this?
Thanks