SQL Server Integration Services
Are you able to get "correct" results (all data, no problems with special characters) using the same ODBC driver and OLE DB provider with a different application (not SSIS) accessing the data
Is there an updated ODBC driver available for this source, or better yet, a native OLE DB provider
Are you testing from C# using the same ODBC/OLE DB combination as you're using from SSIS
Just making sure - although I have not seen your specific problem, back in the early days of .NET I saw a good number of "weird problems" (for lack of a better term) that came from using the OLE DB provider for ODBC before there was a native ADO.NET ODBC provider, so it seems possible to me that the underlying cause could be something similar here...
CE31572 wrote:
yes. it is the same ODBC driver in both.
I apologize for not asking my last question more clearly. Are you accessing the data through the same stack: the same OLE DB provider and the same ODBC driver.
CE31572 wrote:
No. I wrote a C# app that compared the source (through the ODBC driver) with the destination.
(The original stack used SSIS OLEDB. C# uses the SQL Client)
This is how I discovered the differences
CE31572 wrote:
No. I wrote a C# app that compared the source (through the ODBC driver) with the destination.
(The original stack used SSIS OLEDB. C# uses the SQL Client)
This is how I discovered the differences
What I am attempting to do is to narrow down where the problem resides. Please take this action:
This will tell us this:
Without you taking this action, I am not certain how else to assist you, as to this point we have been comparing apples to oranges.