what is Execute NOn Query?
Answer Posted / basheer
Command.ExecuteNonqurey is used to Execute querys which
actually does not query Database table to give back
something (Like Select) but commnads DB table to do
something.(Insert,Update or Delete)
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Data Provider?
What is the usage of the dataset object in ado.net?
Define different execute methods of ADO.NET command object ?
How can we load multiple tables in to dataset?
What connected data?
describe the dataset object in ado.net.
What is DataRowCollection?
What is difference in record set and dataset?
What is maximum pool size in ado.net connection string?
What providers does Ado.net uses?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is datatable in ado.net?
What are the ado.net components?
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?
How to read data with the sqldatareader ?