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...

How can we insert 100 records @ a time without using for loop into the databse

Answer Posted / sudhir

By use of SQLcommandbuilder, Sqldataadapter and Dataset u can direct update or insert whole datatable or dataset onto database by useinf sqldataadapter.update(datatable/dataset) method

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we need properties in c#?

928


What is the difference between virtual and override in c#?

1132


Describe the overview of clr integration.

1046


Which of these string definitions will prevent escaping on backslashes in c#?

1049


What is the max value of int32 in c#?

963


Why is it important to override gethashcode when equals method is overridden?

1069


What is the advantage of constructor in c#?

943


Should I make my destructor virtual?

1099


What will be the output of the following code?

963


What do you mean by streamreader/streamwriter class in c#?

997


What is extension method in c sharp?

944


What is value c#?

886


What is string in c# net?

967


Can I call a virtual method from a constructor/destructor?

942


What is difference between array and collection?

1131