SyntaxFix
Write A Post
Hire A Developer
Questions
In the simplest terms, if your query returns column_name and it holds a string:
while (rdr.Read()) { string yourString = rdr.getString("column_name") }