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
Describe ado.net object model in detail.
What is ado oledb and odbc?
What is ado.net architecture?
Can we do database operations without using any of the ado.net objects?
What is ado recordset?
What is the difference between DataReader and DataSet in ADO.NET?
Is it possible to edit data in Repeater control?
What is the default Timeout for SqlCommand.CommandTimeout property?
Define connection string?
What is data relation?
What are two types of transaction supported by ado.net?
Do we use stored procedure in ADO.Net?
What is executequery?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
Explain the advantage of ADO.Net?