Data warehousing - changes only - multiple data sets. (OpenInsight Specific)
At 24 OCT 2000 06:55:54PM Dave Smith wrote:
Hello, I am having trouble getting changes only to work with any of my warehouse routines that have multiple data sets.
It works fine with single data sets.
The problem appears to be int the ProcessRecord subroutine with the following:
execute DataSetsfor i=1 to CountRet=DSMETHOD(Handle[i], DS_EXECUTE$)while Retnext iRet keeps coming back 0 instead of 1
Any ideas?