Hi:
I'm programing an asp.net (VB code) which calls a web service function which returns a DataSet.
A DataTable is included in the DataSet.
How Can I retrieve the data included in the DataTable?
can I use something like an OleDbDataReader to read stream of data rows?
Thanks!
I'm programing an asp.net (VB code) which calls a web service function which returns a DataSet.
A DataTable is included in the DataSet.
How Can I retrieve the data included in the DataTable?
can I use something like an OleDbDataReader to read stream of data rows?
Thanks!