G
Guest
Hi,
Problem: Return ArrayList where Values are Added using DataReader.
Note: My Data Reader returns M Columns and N Rows
I am using DataReader in Data Access layer. I want to return this result to
Business Layer. But, considering performace and Efficiency, I have to Close
the DataReader Connection.
If I return this Datareader, again I need to open connection in Business
Layer, which is not good.
I tryinh to use ArrayList to return. But as of I know, we cant create Muti
Dimentional Array List
I really appreciate your Help......
Problem: Return ArrayList where Values are Added using DataReader.
Note: My Data Reader returns M Columns and N Rows
I am using DataReader in Data Access layer. I want to return this result to
Business Layer. But, considering performace and Efficiency, I have to Close
the DataReader Connection.
If I return this Datareader, again I need to open connection in Business
Layer, which is not good.
I tryinh to use ArrayList to return. But as of I know, we cant create Muti
Dimentional Array List
I really appreciate your Help......