what is Execute NOn Query?
Answer Posted / mouli
Execute non Query is used to execute any SQL statement
(insert ,delete ,update) or a stored procedure
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how Sequence to connect and retrieve data from database using dataset?
What is isolation?
What is ole db and odbc?
Define different execute methods of ADO.NET command object ?
Which keyword is used to accept variable number of parameters?
What is difference between executequery and executeupdate?
Explain the basic use of "dataview" and explain its methods.
What is linq and entity framework?
What are the different ado.net namespaces?
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?
How is it possible to get 2 tables of data at a time by using data reader?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What is a sqldataadapter?
Explain the namespaces in which .net has the data functionality class.
What provider ado.net use by default? Explain the role of data provider in ado.net?