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 role of the dataset object in ado.net?
Which is the best method to get two values from the database?
What is microsoft ado.net?
Does executenonquery return a value?
Is bulk insert faster than insert?
What are the several execute methods of ado.net?
Define ado.net?
What is XML serialization
Explain ado.net features? Benefits? Drawbacks?
How can I retrieve two tables of data at a time by using data reader?
What is ole data type?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Can you explain how to enable and disable connection pooling?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is dbcontext and dbset in entity framework?