Hi
Can Anybody tell me the different ways of transfering data from ODBC Layer to SQL Server using C#.
I want to transfer using Threads,means by running 4 threads, I need to transfer 4 tables at a time.
Though we have SQLBulk copy Object in .NET it's not useful in multi threader env.
Can anybody help me in this.