How many commands does the oledbcommand takes?what are they?
Answer Posted / ansu kumar
commands are
insertcommand
updatecommand
selectcommand
deletecommand
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does dapper use ado.net?
What is namespace in ado.net?
Explain the two fundamental objects in ado.net?
Explain how to create dynamic gridview?
Explain the architecture of ado.net?
What does adodb stand for?
What is the hierarchy of data in databases?
What is row state?
What are good ado.net object to replace to ado recordset object.
What are the data providers used in ado.net
Can we load multiple tables in a dataset?
What do you mean by performing asynchronous operation using command object?
What are the steps to connect to a database?
What is difference between executequery and executeupdate?
How do you merge 2 datasets into the third dataset in a simple manner?