dbTalk Databases Forums  

Re: how to - Add 100 records at ones - need help

mailing.database.sql-general mailing.database.sql-general


Discuss Re: how to - Add 100 records at ones - need help in the mailing.database.sql-general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
undercups
 
Posts: n/a

Default Re: how to - Add 100 records at ones - need help - 10-02-2005 , 06:44 AM







kamran

Look at using XML. Your application can build an XML document with
multiple instances of the rows you want to insert/update and that can
be passed as a parameter to the store proc. The store proc then uses
XML specific SQL to read the XML and from there insert and update your
table.

Hope this helps


Duncan


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.