المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Updating databse table on basis of Excel sheet



C# Programming
11-20-2009, 08:01 AM
Dear All,

Im reading some data from a excel sheet and converting it to a datatable.
Now i have to update my database table on the basis of this datatable:
i want old records to be updated and new record inserted in my db table.
What is the best and fast way to do that?

Thanks in advance.