Hi,
I am using SqlDataAdapter.Update method to Insert/Update or Delete data from a table. But I am experincing performance issue by using this. Can you suggest any better method to achieve Insert / Update or Delete records of a user in single event. Table size is more.
Thanks in advance.