J
John Dalberg
I am using the Enterprise library and did an executedataset to retrieve
results into a dataset. I noticed that the result went into the second
table in the table collection of the dataset instead of the first table.
ds.Tables[0].Rows.count = 0 <--- why?
while
ds.Tables[1].Rows.count had the number of rows expected.
Is there a reason for this behaviour?
John Dalberg
results into a dataset. I noticed that the result went into the second
table in the table collection of the dataset instead of the first table.
ds.Tables[0].Rows.count = 0 <--- why?
while
ds.Tables[1].Rows.count had the number of rows expected.
Is there a reason for this behaviour?
John Dalberg