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
Does ado.net use odbc?
What are the pre-requisites for connection pooling?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
What is sql connection in ado.net?
What is executequery?
What are the benefits of using of ADO.NET in .NET 4.0?
What is ado or jdbc?
What is ado.net code?
What is the functionality of data provider in ado.net?
What is typed dataset ?
What are all components of ADO.Net data provider?
What is difference between dataset and datatable?
How to create dynamic gridview?
How to connect and retrieve data from database using dataset
What is the difference in record set and dataset?