sj1187534 Posted June 25, 2003 Posted June 25, 2003 Hi....I wrote a function to create a .CSV file from a SqlDataReader. Now, in some places, I need the same function to work on a DataRow. How can I convert the data in the DataRow into a SqlDataReader??? Similarly, I want to perform the same function on a DataSet..... How is it possible? Thanks, SJ Quote
JABE Posted June 25, 2003 Posted June 25, 2003 I'm quite confused. What you have is SqlDataReader to .CSV, right? Now what you want is DataRow to SqlDataReader? Or SqlDataReader to DataRow? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.