A
Anon
Hi all.
Is there any way using ADO.net that I can send an entire datatable
(with multiple rows) through the adapter and in one round trip
accomplish multiple updates/inserts (using stored procedures)?
If not, is there any other way to accomplish that? I have seen people
send strings like "aa,bb,cc,dd;gg,hh,ii,jj;" and parse it in the
stored procedure. That seems pretty messy to me and probably not
worth it in all but the most extremely performance-sensitive
situations.
What does everyone think?
Thanks!
Is there any way using ADO.net that I can send an entire datatable
(with multiple rows) through the adapter and in one round trip
accomplish multiple updates/inserts (using stored procedures)?
If not, is there any other way to accomplish that? I have seen people
send strings like "aa,bb,cc,dd;gg,hh,ii,jj;" and parse it in the
stored procedure. That seems pretty messy to me and probably not
worth it in all but the most extremely performance-sensitive
situations.
What does everyone think?
Thanks!