blah blah blah is here! blah blah » Close

0
votes
1 answers

C#: SQL Reader filled but never enters in the while

What is wrong with: [code] string Server = "10.101.1.157"; string Username = "Sa"; string Password = ""; string Database = "Inv"; ...

Feedback