A
Aussie Rules
Hi,
I have a query that returns a datatset, that contains a table that holds a
bunch of data. One of the columns is "lift_id"
The lift id shows what lift needs to be uses, and for different people using
the application there will be a different number of lifts.
What I need to be able to do is to somehow dynamicly create a number of in
memory tables(as I have no need to keep, and they last only for a few
minutes each time), each containing the data for the lift. For example,
dataset 1 contains all the information for lift 1, dataset 2 contains all
the information for lift 2 and so on. Because the number of lifts will
always be different, then I can't fix the number of datasets.
Once this is done, I have to step through each dataset, and as some lifts
are faster than others, I need to be able to move/step through the dataset
item by item, but always be able to see what lift is doing what item.
Is there away I can do this ?
I have a query that returns a datatset, that contains a table that holds a
bunch of data. One of the columns is "lift_id"
The lift id shows what lift needs to be uses, and for different people using
the application there will be a different number of lifts.
What I need to be able to do is to somehow dynamicly create a number of in
memory tables(as I have no need to keep, and they last only for a few
minutes each time), each containing the data for the lift. For example,
dataset 1 contains all the information for lift 1, dataset 2 contains all
the information for lift 2 and so on. Because the number of lifts will
always be different, then I can't fix the number of datasets.
Once this is done, I have to step through each dataset, and as some lifts
are faster than others, I need to be able to move/step through the dataset
item by item, but always be able to see what lift is doing what item.
Is there away I can do this ?