What are the two fundamental objects in ADO.NET?
Answer Posted / satyambabu
two fundamental objects in ADO.NET
Datareader:- connected architecture
and
Dataset :-disconnected architecture
| Is This Answer Correct ? | 46 Yes | 5 No |
Post New Answer View All Answers
What is typed dataset ?
Is it possible to edit data in Repeater control?
What provider ado.net use by default? Explain the role of data provider in ado.net?
Define atomicity?
What are the namespaces used in ADO.Net to connect to a database?
What is ado asp?
What is ado.net architecture?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
Which is the best method to get two values from the database?
What is ole db query?
Explain why edit is not possible in repeater?
How to add a javaScript function in a datagrid?
Some important instruction regarding ADO.NET connection string ?
What is Data Provider?
What is the significance of CommandBehavior.CloseConnection ?