How many commands does the oledbcommand takes?what are they?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ansu kumar
commands are
insertcommand
updatecommand
selectcommand
deletecommand
Is This Answer Correct ? | 0 Yes | 0 No |
What is DataRowCollection?
What is linq and entity framework?
What is the role of clr?
What is ado rdo dao in visual basic?
What is ODP.NET ?
What are the disadvantages of using datalist?
ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a part of ADO.NET. How is it possible?
What is the full form of ado.net?
What are the ado.net objects?
Where is adodb dll located?
Is ado.net an orm?
differences between ADO and ADO.NET