T
TigerMan
I have a DataTable setup and want to be able to change the columns at
runtime so I limit the number of rows returned.
I know you can have have multiple queries within a DataTable but they return
empty columns which I don't want (or is there a way to stop empty rows being
returned?). I guess this is due to the fact the queries under the main query
inherit the data structure from the DataTable, is that correct?
Is there any way this can be done?
TIA
runtime so I limit the number of rows returned.
I know you can have have multiple queries within a DataTable but they return
empty columns which I don't want (or is there a way to stop empty rows being
returned?). I guess this is due to the fact the queries under the main query
inherit the data structure from the DataTable, is that correct?
Is there any way this can be done?
TIA