R
robin9876
I have two data connections and two returned datasets which one set of
results need to be used in the other connection.
The first dataset will return a list of customer reference codes that
are text (1,000's of records) which will need to be used as
parameters in the other connection.
Both connections are to different servers.
What is the best method of passing the multiple reference codes between
the two datasets?
results need to be used in the other connection.
The first dataset will return a list of customer reference codes that
are text (1,000's of records) which will need to be used as
parameters in the other connection.
Both connections are to different servers.
What is the best method of passing the multiple reference codes between
the two datasets?