What are the Different layers in ADO.Net?
Answer Posted / nina
1.Disconnected layer
2.Connected layer
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What are two types of transaction supported by ado.net?
What is sqldatareader?
Can we load multiple tables in a dataset?
What is a string variable?
What DataReader class do in ADO.NET ?
What is the role of the dataset object in ado.net?
What is untyped dataset?
How to read data with the sqldatareader ?
Which object is used to add relationship between two Datatables?
What is ado and dao?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
How can we add relation between tables in a dataset?
What is an orm, and why would you use one instead of plain old ado.net?
What is microsoft ole db provider for sql server?
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?