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

How does substring work in c#?

462


When a Static Constructor is called in a Class?

561


Which operator cannot be overloaded in c sharp?

459


What is the difference between int.parse and int.tryparse methods?

547


Is dll a library?

460






Which .gang of four. Design pattern is shown below?

474


Explain how to add controls dynamically to the form using c#.net.

537


What are access modifiers in c#?

532


Can interface have virtual methods in c#?

445


What's difference between constants and static readonly?

513


How can it prevents DLL Hell assembly versioning in .NET?

509


What to implement on my class Finalize or IDisposable

532


List the 5 different access modifiers in c#?

485


Explain what is an interface in c#?

502


What is assembly and dll in c#?

448