E
Earl
Lets say I have a SINGLE DataSet declared Public in a module to use across
all classes. What happens if, say, in Class1, I fill the DataSet with the
datatable "dtEmp", then later, after Class1 goes out of scope, in Class2, I
fill the DataSet and ALSO use the name for datatable as "dtEmp"? Do I get
the new resultset added to the existing resultset? Or because Class1 is no
longer in scope, does the datatable dtEmp get garbage collected?
all classes. What happens if, say, in Class1, I fill the DataSet with the
datatable "dtEmp", then later, after Class1 goes out of scope, in Class2, I
fill the DataSet and ALSO use the name for datatable as "dtEmp"? Do I get
the new resultset added to the existing resultset? Or because Class1 is no
longer in scope, does the datatable dtEmp get garbage collected?