what is Execute NOn Query?
Answer Posted / madhulatha
ExecuteNonQuery() ia command object method,is for
insert,update and delete statements.i.e for the statements
which does'nt returns any value after the execution.return
type of ExecuteNonQuery is int,we can return no of affected
rows.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
Which architecture does Datasets follow?
What is the significance of CommandBehavior.CloseConnection ?
Describe datareader object of ado.net with example.
What are the data providers used in ado.net
Explain the difference between data reader and data adapter?
What is DataReader Object?
What you mean by filtering of data?
What is openquery?
Explain how can we load multiple tables in to dataset?
What is difference between datagridview and datagrid control in winforms?
Describe ado.net object model in detail.
What are the steps you will take to improve performance?
What is sqlconnection and sqlcommand?
What is the difference between SqlCommand and SqlCommandBuilder?
If we are not returning any records from the database, which method is to be used?