A
atif
Hi all
I have read 5-6 books just to find what is the job of Adaptor object in
ADO.NET. Non of them clearly defines the job, all of them says that it
is used to get data from datasource, then what is the job of Command
object??
Here is what i know, very simple and prime responsibilities
Connection = Link with Data Source
Command = To run the queries(all types of queries) and stored
procedures
DataSet and DataReader = To store the local copy of data (i know the
difference b/w DataSet and DataReader)
What is the prime responsibility/role of Data Adapter class in ADO.NET
??
I have read 5-6 books just to find what is the job of Adaptor object in
ADO.NET. Non of them clearly defines the job, all of them says that it
is used to get data from datasource, then what is the job of Command
object??
Here is what i know, very simple and prime responsibilities
Connection = Link with Data Source
Command = To run the queries(all types of queries) and stored
procedures
DataSet and DataReader = To store the local copy of data (i know the
difference b/w DataSet and DataReader)
What is the prime responsibility/role of Data Adapter class in ADO.NET
??