J
Jonathan Wood
I'm an experienced programmer with limited database development. Most of my
database work involves using query strings or stored procedures or to update
data or populate a SqlDataReader object.
Now, I need to update 10 - 15 rows. I know I can execute 10 - 15 separate
queries but this is in a Web applications and now I'm wondering if there
might be a more efficient way.
I've virtually never used data tables, and I'm wondering if it's worth
trying to add rows to a table and then update the table to the server. Would
that even make much difference in performance?
Thanks for any tips.
Jonathan
database work involves using query strings or stored procedures or to update
data or populate a SqlDataReader object.
Now, I need to update 10 - 15 rows. I know I can execute 10 - 15 separate
queries but this is in a Web applications and now I'm wondering if there
might be a more efficient way.
I've virtually never used data tables, and I'm wondering if it's worth
trying to add rows to a table and then update the table to the server. Would
that even make much difference in performance?
Thanks for any tips.
Jonathan