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

Explain the differences between oledb sql server, oledbdotnet provider?

0 Answers  


What is ado full form?

0 Answers  


How do u implement locking concept for dataset?

2 Answers   ABC,


What does adodb stand for?

0 Answers  


What is the Magic Tables in Sqlserver2000?

7 Answers   IBM, SQL Star,






What is sqldatasource?

0 Answers  


What is datatable in ado.net?

0 Answers  


What is sqldatareader in ado.net?

0 Answers  


What is the role of data provider in ado.net?

0 Answers  


what is ado.net

6 Answers   Karrox, SunGard,


What are the differences between OLEDB and SQLClient Providers?

0 Answers  


Which ado.net object is very fast in getting data from the database?

0 Answers  


Categories