M
monkhi
I currently have a Dataset with a single Datatable, which is filled
using a DataAdapter. I would like to run a SQL query on the Datatable
and create a new Datatable in the same Dataset with the results from
the SQL query.
The results from the second Datatable will be used to populate a
Crystal Report.
Any ideas or suggestions on how I should approach this?
Thanks,
Minh
using a DataAdapter. I would like to run a SQL query on the Datatable
and create a new Datatable in the same Dataset with the results from
the SQL query.
The results from the second Datatable will be used to populate a
Crystal Report.
Any ideas or suggestions on how I should approach this?
Thanks,
Minh