what is Execute NOn Query?
Answer Posted / balaji rajasekaran
ExecuteNonQuery method is used for
==================================
Sending SQL Insert statements to a database.
Sending SQL Update statements to a database.
Sending SQL Delete statements to a database.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are all the different methods under sqlcommand?
What is connection in ado.net?
What is the use of SqlCommandBuilder?
What is ado.net architecture?
Define the executescalar method?
What is difference between datareader and dataadapter?
What are the steps to connect to a database?
What are the parameters that control most of connection pooling behaviours?
What are the drawbacks of using ado.net?
Which keyword is used to accept variable number of parameters?
What is ado.net and its features?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What is the full form of ado?
What is bubbled event?
What is the provider being used to access oracle database?