How will you update multiple records in a single shot?
From an ASP.net appli to SQL Serevr

Answer Posted / mithun

Create a data table. add mulitple records to it. pass it as datatable to stored procedure.

in DAO, pass datatable as single parameter of type SqlType.Structured.

in SQL, create a user defined datatype of table with same structure u pass from web. select the column values from table datatype an insert into table.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of xmlhttprequest?

537


What's the difference in HTML AJAX, ASP.Net AJAX?

2024


What are the properties of xmlhttprequest?

563


What is the asp.net ajax framework?

509


Is there any use abilities problems in ajax?

621






Why do we use the xmlhttprequest object in ajax? : asp.net ajax

548


What are limitations of ajax?

537


Who's using ajax?

910


What is xmlhttprequest object in ajax? How can you xmlhttprequest object?

511


What is the basic goals of AJAX ?

585


What are synchronous and asynchronous ajax requests?

520


Describe the process and benefits of using the always visible control extender?

531


How do I provide internationalized ajax interactions?

499


How ajax is different?

525


What are the differences between ajax and javascript?

484