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 ole data type?
How to check if the Dataset has records ?
What are the benefits of using ado.net?
What is the advantage of ado.net?
What providers does Ado.net uses?
What is the role of data provider in ado.net?
What is sqldatareader in ado.net?
What is the difference between statement and preparedstatement interface?
What is ole used for?
What is ado.net and its features?
What do you mean by performing asynchronous operation using command object?
What are the advantages of using datalist?
What is the use of SqlCommandBuilder?
Can we connect two dataadapters to same data source using single connection at same time?
Describe datareader object of ado.net with example.