modularbeing
Well-known member
- Joined
- Jan 8, 2004
- Messages
- 63
Im not too familiar with datasets other than just doing a fill and binding it to something. But for the project im currently working on I think I need to directly modify the data in the dataset unless anyone has a better process.
I am filling a dataset and binding it to a datagrid. The data containts a field that holds a foreign key that relates to another value in the database. I need to replace the integer value and replace it with the actual string value. I could easily use a sqldatareader and modify the value as it loops through the records but Im not sure how I can create a dataset from a sqldatareader.
thanks
Josh
I am filling a dataset and binding it to a datagrid. The data containts a field that holds a foreign key that relates to another value in the database. I need to replace the integer value and replace it with the actual string value. I could easily use a sqldatareader and modify the value as it loops through the records but Im not sure how I can create a dataset from a sqldatareader.
thanks
Josh