WHAT Are the major major compnents of a data provider in
ADO.net.
Answer Posted / balaji
Connection
Command
datareader
dataadapter
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
What are advantages of microsoft-provided data provider classes in ado.net?
How is entity framework different from ado.net?
Which is the best method to get two values from the database?
How to retrieve the user id which is provided while windows authentication?
What is execute reader in ado.net?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What is oledb driver?
What is Dataset Object?
Define different execute methods of ADO.NET command object ?
What connected data?
What is the use of adodc?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is a column variable?
How will you fill the gridview by using datatable object at runtime?