How many commands does the oledbcommand takes?what are they?
Answer Posted / abhineet
System.Data.OleDb.OleDbCommand cmd = new
System.Data.OleDb.OleDbCommand();
cmd.ExecuteNonQuery()
cmd.ExecuteReader()
cmd.ExecuteScalar()
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the meaning of object pooling?
What is ado.net objects?
How do you find the count of records in a dataset?
What are the different execute methods of Ado.Net?
What are two types of transaction supported by ado.net?
how can implement dropdownlist in particular of dataset when try to update?
Is ado.net dead?
Describe briefly an ADO.NET Dataset ?
What is an ado connection?
What is the use of connection object in ado.net?
What is the role of clr?
Explain the difference in an abstract class and an interface?
What does ole stand for in excel?
Which property is used to check whether a DataReader is closed or opened?
What is data control techniques?