1
Answer

SqlBulkCopy

David Smith

David Smith

12y
2.5k
1
So i have been doing some research on performance. At first I was using tableAdapters, which are slow and not consisting when you fill() or getdata().

I hear that SqlBulkCopy is much faster.


Can you give example of getting data and storing or assigning the data to ComboBox.DataSource


Answers (1)