hi anyone has an idea how to create a dataset like structure?
for example
Dataset (this is what the object should look like)
----Tables
------Rows
--------Columns
so i could use this :
for each table (item) in dataset (object)
next
I want to create an object similar to the structure above. anyone has an idea? much better if you have a sample code to this
for example
Dataset (this is what the object should look like)
----Tables
------Rows
--------Columns
so i could use this :
for each table (item) in dataset (object)
next
I want to create an object similar to the structure above. anyone has an idea? much better if you have a sample code to this