D
Derek Hart
I am using one variable for a dataset, which is simply Dim ds as new
dataset(). I use it to fill 3 tables within the dataset. The 3 tables are
inside for next loops, because the stored procedure that fills the inner
loop tables is gotten from criteria from the outermost table. The innermost
table in the dataset is not holding the data; it seems to be resetting as
soon as the inner loop is entered. Is there some strange bug that would
clear a dataset when a for next loop is entered? Shouldn't I be able to
fill tons of tables into one dataset variable?
Derek
dataset(). I use it to fill 3 tables within the dataset. The 3 tables are
inside for next loops, because the stored procedure that fills the inner
loop tables is gotten from criteria from the outermost table. The innermost
table in the dataset is not holding the data; it seems to be resetting as
soon as the inner loop is entered. Is there some strange bug that would
clear a dataset when a for next loop is entered? Shouldn't I be able to
fill tons of tables into one dataset variable?
Derek