![]() |
What is the difference between a DataTable and a DataReader in ASP?
What is the difference between a DataTable and a DataReader?
|
Re: What is the difference between a DataTable and a DataReader in ASP?
Quote:
on the other Hand DataTable fetches all the records when you call the Fill() function of the DataAdapter. It keeps the records in memory so that you can use it latter without been connected to the database..This is an Example of .NET Disconnected Architecture .. DataReader is lighter than DataTable. |
| All times are GMT +5.5. The time now is 16:44. |