S
Seb Schöps
Hi all,
I have a DataSet with only one table. I have created this DataSet on runtime
out of an usual array, so there is no Access or any other DB behind it. I
can't figure out how to query the DataSet without a connection. Every method
that I could use wants to have a connection.
How can I query my DataSet, e.g. with "SELECT Sum(Price) FROM Articles
GROUPED BY Category" and display the results - that can't be too hard, but I
can't figure it out.
Thanks for any help!
Regards Seb
I have a DataSet with only one table. I have created this DataSet on runtime
out of an usual array, so there is no Access or any other DB behind it. I
can't figure out how to query the DataSet without a connection. Every method
that I could use wants to have a connection.
How can I query my DataSet, e.g. with "SELECT Sum(Price) FROM Articles
GROUPED BY Category" and display the results - that can't be too hard, but I
can't figure it out.
Thanks for any help!
Regards Seb