Don’t forget to include the

Don’t forget to include the connection object in the OleDbCommand, i.e.,
“OleDbCommand cmd = new OleDbCommand(“Select * FROM Node”,conn);” or you will receive the friendly error of “DataReader Error. Can’t Return Db Records” or and unfriendly error of “ExecuteReader: Connection property has not been initialized”.

Helen experienced this problem, solved it, and was nice enough to post the fix. Thanks Helen for your help.

Leave a comment