What are the functions of oledbdataadapter?

Answer Posted / ansu kumar

function are
fill
update
clear

eg
dataadapter1.fill(dataset1)
dataadapter1.update(dataset1)

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is bubbled event?

542


How do you update a dataset in ado.net?

555


How to connect and retrieve data from database using dataset

543


How to copy the contents from one table to another table and how to delete the source table in ado.net?

540


How to pass multiple tables in datasets simultaneously?

580






What does datareader object do?

549


What is data relation in ado.net?

530


Explain the difference between data reader and data set?

495


Is it possible to edit data in Repeater control?

535


Define bubbled event?

521


What is method to get XML and schema from Dataset? getXML() and get Schema ()

547


How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?

591


What are the data providers used in ado.net

548


What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?

781


What is sql command in ado net?

510