Hi,
I have to migrate SQL Server SSIS packages from a legacy machine onto a new one. The legacy machine used - as the IDE - Visual Studio 2017. These packages copied data from an existing 3rd-party system using their ODBC driver as the source connection. The provider of the ODBC driver has stated that it will support upto ODBC version 2.5, and not anything above (i.e. 3.0) and it will not upgrade the driver to do so in future. As the Visual Studio 2017 environment appeared to work, I am assuming that it must have issued ODBC 2.5 commands, and not 3.0. However, the newer environment (Visual Studio 2022) does not work, and according to the ODBC trace logs, it is issuing ODBC 3.0 commands.
As the driver will not support these commands, my question is whether it is possible to configure the OBDC Data Source in the SSIS Data Flow Task to issue only ODBC 2.5 commands, like it appeared to do with Visual Studio 2017.
I would be grateful if anyone can point me in the correct direction as how to achieve this task, as it's really quite confusing.
Thank you in advance.
C.