R
Raymond Du
Hi,
I have a SqlDataReader object, say the name is dr1, it has only one column,
say its name is "Name", how do I convert dr1 to an array of Strings, i.e.
String[].
Thanks in Advance
I have a SqlDataReader object, say the name is dr1, it has only one column,
say its name is "Name", how do I convert dr1 to an array of Strings, i.e.
String[].
Thanks in Advance