nested sproc temp table
I'm using a sproc with a temp table that is partially populated from a nested sproc returning an output parameter.
When I use the main sproc in a Crystal report I do not see the main temp table only a "expr1000:String(26)" from the main sproc which contains the return value for "no records in the table" from. Can someone tell me why I don't see the temp table structure as I normally see when I use a sproc with a temp table in a Crystal Report?
thanks,
|