What are the three Ado objects?
Answer Posted / sush
1.)Connection object
2.)command object
3.)dataset objet
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is typed dataset ?
What are the different ado.net namespaces are available in .net?
Define atomicity?
What are the data providers in ADO.NET framework?
What is difference between datareader and dataadapter?
What is row state?
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?
Define isolation?
Which is better entity framework or ado.net?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
Can you explain how to enable and disable connection pooling?
What is executenonquery ado.net?
What is connection in ado.net?
What is difference between ado and other data object?
What is dataset object? Explain the various objects in dataset.