Viewing 3 posts - 1 through 3 (of 3 total)
GRN, thanks for the suggestion to use COUNT as a way to determine the package. Since I need a query for a data conversion I came up with the...
July 31, 2001 at 11:19 am
#417354
Here is the recursive fuction that does most of work:
-- ========================================== -- fn_GetPkgRecursive is a function that recuresively calls -- itself but ultimately returns package numbers that...
July 30, 2001 at 3:35 pm
#417335
I created 2 functions. One to prepare the for a call to the main recursive function. Here is the first:
-- ================================== -- fn_GetCustPkg is a...
July 30, 2001 at 3:31 pm
#417334