SyntaxFix
Write A Post
Hire A Developer
Questions
I just had this error, I was calling dr.NextResult() instead of dr.Read().
dr.NextResult()
dr.Read()