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 execute reader in ado.net?
Which is faster dataset or datareader?
What is sqlconnection and sqlcommand?
What is the provider being used to access oracle database?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is difference between ado and other data object?
What is ado in agriculture?
How to enable and disable connection pooling?
What is ado or jdbc?
What are the features of ado.net?
Explain how can we load multiple tables in to dataset?
Which is faster entity framework or ado.net?
Why do we serialize data?
What is sql connection in ado.net?
What is the usage of the dataset object in ado.net?