How many commands does the oledbcommand takes?what are they?

Answers were Sorted based on User's Feedback



How many commands does the oledbcommand takes?what are they?..

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

How many commands does the oledbcommand takes?what are they?..

Answer / ansu kumar

commands are
insertcommand
updatecommand
selectcommand
deletecommand

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is DataRowCollection?

0 Answers  


What is linq and entity framework?

0 Answers  


What is the role of clr?

0 Answers  


What is ado rdo dao in visual basic?

0 Answers  


What is ODP.NET ?

1 Answers   TCS,


What are the disadvantages of using datalist?

0 Answers  


ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a part of ADO.NET. How is it possible?

3 Answers   Zensar,


What is the full form of ado.net?

0 Answers  


What are the ado.net objects?

0 Answers  


Where is adodb dll located?

0 Answers  


Is ado.net an orm?

0 Answers  


differences between ADO and ADO.NET

0 Answers   Microsoft,


Categories