G
Guest
Hi,
I call a class in my windows service app and in that class I access a
method that returns an OleDbReader. Now It does have records in the reader
when I step through the method but when I return to calling class the
OleDbReader dr is null.
What am I missing here?
Class1 calls Class2.Method which returns a OleDbReader. Class1's OleDbReader
is null.
OleDbReader dr = Class2.GetRecords();
JJ
I call a class in my windows service app and in that class I access a
method that returns an OleDbReader. Now It does have records in the reader
when I step through the method but when I return to calling class the
OleDbReader dr is null.
What am I missing here?
Class1 calls Class2.Method which returns a OleDbReader. Class1's OleDbReader
is null.
OleDbReader dr = Class2.GetRecords();
JJ