blah blah blah is here! blah blah » Close

0
votes
1 answers

No Data exists for Rows/Column

The visual c# code returns no data exists for row/column on select * from table even though the data exists OleDbDataReader dataReader; OleDbCommand cmd1 = new OleDbCommand("SELECT * FROM username",conn); ...

Feedback