what is Execute NOn Query?
Answer Posted / suman zalodiya
ExecuteNonQuery() is used when you run rhe query that
doesn't return anything.For example insert,update,delete
etc.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the role of the dataset object in ado.net?
What is difference between ado.net and asp net?
What is linq and entity framework?
how Sequence to connect and retrieve data from database using dataset?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What is difference between sqldatareader and sqldataadapter?
What are the disadvantages of using datalist?
What is oledb connection?
What is the default Timeout for SqlCommand.CommandTimeout property?
What are the Features of a dataset
Define connection string?
What is the difference between Data adaptor and Data set?
Give an example that shows how to execute a stored procedure in ado.net?
What is shadow copy?
What is csdl entity framework?