What is the difference between excute query and excute
nonquery.?
Answer Posted / bhagwat prasad sharma
1)>>> when we insert data into database, delete data from database, update data from database than use ExecuteNonQuery
statement .
but when we select data from database than use ExecuteQuery
statement . that solves
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is session object? Describe in detail.
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
How would you create a permanent cookie?
How can we register exception filter from the action?
What is the significance of ASP.NET routing?
What is recordset asp?
What language does asp.net use?
How long do session variables last?
Can you explain the basic use of dataview?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
Explain the use of dataadapter.
Explain file-based dependency and key-based dependency.
What is session authentication?
What is protected configuration?
What is the use of web.config file?