Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is Execute NOn Query?

Answer Posted / sandip karsariya

ExecuteNonQuery() is one of the most frequently used method
in SqlCommand Object and is used for executing statements
that do not return result set. ExecuteNonQuery() performs
Data Definition tasks as well as Data Manipulation tasks
also. The Data Definition tasks like creating Stored
Procedures and Views perform by ExecuteNonQuery() . Also
Data Manipulation tasks like Insert , Update and Delete
perform by ExecuteNonQuery().

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the namespaces being used to access oracle database?

1138


What are the usages of the command object in ado.net?

1069


What are the uses of Stored Procedure?

1110


What is ole db and odbc?

969


What are the benefits of using ado.net?

1050


What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)

1055


What is the default timeout specified for "sqlcommand.commandtimeout" property?

1104


Which is faster sqldataadapter and sqldatareader?

978


What is the executescalar method?

1167


What are the different ado.net namespaces are available in .net?

1062


What is the significance of CommandBehavior.CloseConnection ?

1211


List all the steps in order, to access a database through ado.net?

1119


Can we do database operations without using any of the ado.net objects?

1039


Explain ado.net features? Benefits? Drawbacks?

1108


Explain what is datagrid with an example?

1145