Bulk loading using ODBC - TechRepublic
Question
May 26, 2009 at 08:40 PM
waqarmushtaq84

Bulk loading using ODBC

by waqarmushtaq84 . Updated 17 years, 1 month ago

Hi,
Is there any possibility of using bulk loading with ODBC connection using a System DSN.
I am using Visual C++ (VS 2003 .NET).
I have come across SqlBulkCopy(.NetFramework 2.0) which works only with SqlConnection and BCP which also works with sqlConnection and OleConnection.
Is there any utility that works with ODBC connections using system DSN? (I am currently using ADO API for getting things done.)

This discussion is locked

All Comments