Hi all,
I am working on a project where I need to extract data from a MSSQL database table, and then insert the data into a table of the same structure on an AS400.
The SqlBulkCopy would be the ideal candidate for this operation, but fails (understandably) because the AS400 uses an ODBC connection.
Any help or suggestions on this would be greatly appreciated!
Thanks