Questions tagged [msodbcsql17]

Questions regarding Microsoft's ODBC Driver 17 for SQL Server.

Windows:
https://www.microsoft.com/en-us/download/details.aspx?id=56567

Linux/Mac:
https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server

22 questions
0
votes
1 answer

C++ msodbcsql17 SQLConnect hangs

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…
Gábor Major
  • 444
  • 2
  • 8
  • 23
0
votes
1 answer

MFC ODBC RFX_Binary sets Pseudo Null value in bound CByteArray, which gets included in serialization to DB

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…
10100111001
  • 735
  • 15
  • 31
0
votes
0 answers

Migrate from FreeTDS driver to MSODBC17 driver

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…
0
votes
0 answers

Does MS ODBC SQL driver install SQLcmd.exe?

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…
deadbeat253
  • 47
  • 1
  • 10
0
votes
1 answer

Unable to install Microsoft ODBC Driver 17 for alpine based docker

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 -…
ShreyaB
  • 23
  • 5
0
votes
1 answer

MS SQL ODBC 17 Driver connects first tme but then give SSL Provider error:140A90F1:lib(20):func(169):reason(241)

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…
0
votes
0 answers

Insert data from csv file using BCP on linux fails with no output

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…
Dan Williams
  • 3,769
  • 1
  • 18
  • 26
1
2