Hi,
I have created a Datalayer class libery. Now i need to fetch the information from the database and get it in the UI. For that i am using dataset because the fields or size table data will be increase. I just want to know what object should be better for increasing performance of my system. What should i use dataset or datareader or I should fetch the data through the datareader and add into the collection and then return to the UI.
I have created a Datalayer class libery. Now i need to fetch the information from the database and get it in the UI. For that i am using dataset because the fields or size table data will be increase. I just want to know what object should be better for increasing performance of my system. What should i use dataset or datareader or I should fetch the data through the datareader and add into the collection and then return to the UI.
Comment