G
Guest
Hello Guys,
I have a proc which returns variable number of tables. I want to do some
validations on these tables and dont want to use the index (e.g
Dataset.Tables(0)) to refer to the table, I want to use the tablenames
instead. I cant do a tablemapping either caus I dont know which table will be
returned at which position.
Is there a way to get the table names returned by the proc in the dataset
instead of the default names like Table1, Table2 ...
Thanks in advance...
I have a proc which returns variable number of tables. I want to do some
validations on these tables and dont want to use the index (e.g
Dataset.Tables(0)) to refer to the table, I want to use the tablenames
instead. I cant do a tablemapping either caus I dont know which table will be
returned at which position.
Is there a way to get the table names returned by the proc in the dataset
instead of the default names like Table1, Table2 ...
Thanks in advance...