Hi All,
I\'m thinking in this line of code
IDataReader myReader = questDatabase.ExecuteReader(getQuest);
I\'m using DA
It returns an object that implements this particular interface, and that's all you really care about. The object is a IDataReader, and can perform all the methods IDataReader has.
IDataReader