[thelist] SQL: Using recordsets from nested store procedures

Steve Lewis thelist at lists.evolt.org
Mon Nov 11 13:23:02 2002


> you will just need to make sure that the columns returned by SP2 map
> correctly to the field names in tmpTable

Or you can allow the temp table to be created by the insert...

--Steve