What is main five diffrent between Connected And
Disconnected environment
Answer Posted / harikumar m
1.
Connected Uses: Data Provider(It Includes
Connection,DataCommand,DataReader)
Disconnected Uses: Data Set,Data Adapter
2.
Connected: Network traffic is high,poor in Performance
DisConnection: Network traffic is low,Good in Performance
3.
Connected: Data is up to date
Disconnected: Data is not up to date
4.
Connected: 'Join' can be used to relate two tables
Disconnected: DataRelations(a Class) can be used to relate
two tables
| Is This Answer Correct ? | 24 Yes | 7 No |
Post New Answer View All Answers
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What is the difference between executequery and executenonquery?
How is entity framework different from ado.net?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
What is microsoft ole db provider for sql server?
What is a control toolbox?
What is the difference between DataReader and DataSet in ADO.NET?
Explain how to pass multiple tables in datasets simultaneously?
What is difference in record set and dataset?
What DataReader class do in ADO.NET ?
Which database is the ado.net?
Describe the disconnected architecture of ADO.NET’s data access model.
Define connection string?
Which provider is used to connect ms access, oracle, etc…?
Explain the difference between sqlcommand object and command behavior object?