We have a C++ application which uses ODBC to connect to SQL Server database. It is running on CentOS 7 application server. It is working flawlessly with msodbcsql17 version 17.4.2.1-1, however it breaks with version 17.6.1.1-1. Can you please advise…
I have been using RFX_LongBinary together with a CLongBinary variable to move data from an SQL Server varbinary(max) field. However, now the SQL Server is upgraded to 2019 version and the newest ODBC driver is being used (MSODBCSQL17.dll, version…
I needed to change our sql driver from FreeTDS to msobdc17 for msi support.
The problem results in a degradation in our insertion operations. Specifically, when we insert in bulk (with batch size~=50), the performance is highly degraded on…
I can’t seem to find the SQLcmd.exe utility after installing msodbcsql.msi (SQL driver 17). According to MS docs
“The ODBC driver comes with tools such as sqlcmd and…
I have been trying to install the Microsoft ODBC Driver 17 for SQL Server for alpine in my dockerfile. I run the following commands in my docker file
Taken from -…
I am facing this issue with dotNET core app, that connects and disconnects with SQL server using DSN defined in odbc.ini. Currently I am using the latest MS SQL ODBC driver i.e. msodbcsql17-17.4.2.1-1 and UnixODBC driver unixODBC 2.3.7.
I have…
I am attempting to load a .csv file from ubuntu 16.04 using msobdcsql17 driver loaded via bcp. The Linux server is sitting in an active directory environment, and I am using a username/password combo to access the data.
When I run the command, it…