blah blah blah is here! blah blah » Close

0
votes
1 answers

Blank MySqlDataReader - C#

I have a drop down list to populate. When I run the desired query using MySQL Query Browser, it returns 3 rows. So... I know my DataReader should not be empty. Code for GetAuthorForDDL [code] public MySqlDataReader GetAuthorsForDDL ...

Feedback