D
Dan
I fill a DataSet by executing SQL-code like;
"select * from TableA where conditionA;
select * from TableA where conditionB;"
After Fill, my DataSet can contain 0 to 2 Tables. My problem is that
if the DataSet contains 1 Table, how can I tell which select-statement
returned the rows?
Did conditionA or conditionB result in 0 rows?
/Dan
"select * from TableA where conditionA;
select * from TableA where conditionB;"
After Fill, my DataSet can contain 0 to 2 Tables. My problem is that
if the DataSet contains 1 Table, how can I tell which select-statement
returned the rows?
Did conditionA or conditionB result in 0 rows?
/Dan