Hi,
Is there a way to use temp tables in global procedures without losing data? I am currently developing a procedure that will be called by a 3rd party, which should populate temp tables then call several other procedures that will use that temp tables data... And I have to do this without opening any window/form... The problem is, the moment I call a "sub" procedure within my "main" procedure, the data within the temp tables are gone... Is there a way around this?
I tried using permanent "temp" tables but I'm not sure if this is efficient because this would mean actually creating physical tables into SQL...
Any ideas would be appreciated...
Thanks,
Francis
*This post is locked for comments