G
Guest
I am pulling data from a sql server database into a DataSet (or I can pull it
into a SqlDataReader, but for what I want to do I assume the DataSet will
work best). I need to cycle through one of the columns, applying
Server.UrlEncode onto to every row.
Does anyone have any ideas on how easiest to do this? I thought perhaps I
might start out with a SqlDataReader and iterate through it, appending each
row into a DataSet, but before I start the learning curve I thought Id see if
someone has some better, easier ways.
Thanks, Mark
into a SqlDataReader, but for what I want to do I assume the DataSet will
work best). I need to cycle through one of the columns, applying
Server.UrlEncode onto to every row.
Does anyone have any ideas on how easiest to do this? I thought perhaps I
might start out with a SqlDataReader and iterate through it, appending each
row into a DataSet, but before I start the learning curve I thought Id see if
someone has some better, easier ways.
Thanks, Mark