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.)