J
Jodi Wedll
This question seems oversimplified to me, but I come from the land of
creating recordsets in old ADO in which I could cycle through each
record in the recordset and assign the values of the record to
controls, count the number of records in the recordset, etc. In the
new ADO.NET, I can only seem to create a dataset which I can set to a
datagrid. The information in the datagrid is correct, but I want to
be able to cycle through the records, read the the information in the
dataset which I created by running a query against a table, and
manipulate(read or change) as I see fit. I will tackle saving the
information back to the database in the next phase. From my
experience, this seems like a really simple question. Can anyone
inform me of how simple or how complicated it really is?
creating recordsets in old ADO in which I could cycle through each
record in the recordset and assign the values of the record to
controls, count the number of records in the recordset, etc. In the
new ADO.NET, I can only seem to create a dataset which I can set to a
datagrid. The information in the datagrid is correct, but I want to
be able to cycle through the records, read the the information in the
dataset which I created by running a query against a table, and
manipulate(read or change) as I see fit. I will tackle saving the
information back to the database in the next phase. From my
experience, this seems like a really simple question. Can anyone
inform me of how simple or how complicated it really is?