G
Guest
Dear All,
I would like to know the best practice to insert or update multiple DataSet
or DataTable into SQL database by using begintrans.
I think DataAdapter.Update method does not support BeginTransaction method
to update more than one DataSet within one SqlConnection.
Will it be performance issue or network traffic if I use Stored Procedure
and ExecuteNonQuery method within a loop?
Thanks.
Kyaw Soe Lin
I would like to know the best practice to insert or update multiple DataSet
or DataTable into SQL database by using begintrans.
I think DataAdapter.Update method does not support BeginTransaction method
to update more than one DataSet within one SqlConnection.
Will it be performance issue or network traffic if I use Stored Procedure
and ExecuteNonQuery method within a loop?
Thanks.
Kyaw Soe Lin