DataRow to SqlDataReader

sj1187534

Well-known member
Joined
Jun 10, 2003
Messages
108
Location
Dallas, Houston, etc.etc.
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
 
Im quite confused. What you have is SqlDataReader to .CSV, right? Now what you want is DataRow to SqlDataReader? Or SqlDataReader to DataRow?
 
Back
Top