Preview 3 of the SQL Server [C/C++] ODBC Driver 13 for Linux is released!
Hi all, we are delighted to share the third early technical preview of the Microsoft ODBC Driver 13 for Linux - (Ubuntu, RedHat and SUSE). The new driver enables access to SQL Server, Azure SQL Database and Azure SQL DW from any C/C++ application.
The major highlight of this release is a native command line install experience (apt/yum), for RedHat 6.x, 7.x and Ubuntu 15.04, 15.10, 16.04 and SUSE 12. With the native command line install experience, you can use the Microsoft ODBC Driver on OSX via Docker and VirtualBox. This release also adds support for TLS 1.2 connections.
Install the ODBC Driver for Linux on Ubuntu 15.04
[snippet slug=ubuntu-15-04-odbc-13-preview3-instructions lang=bsh]
Install the ODBC Driver for Linux on Ubuntu 15.10
[snippet slug=ubuntu-15-10-odbc-13-preview2-instructions lang=bsh]
Install the ODBC Driver for Linux on Ubuntu 16.04
[snippet slug=ubuntu-16-04-odbc-13-preview3-instructions lang=bsh]
Install the ODBC Driver for Linux on RedHat 6
[snippet slug=rhel-6-odbc-instructions-preview3 lang=bsh]
Install the ODBC Driver for Linux on RedHat 7
[snippet slug=rhel-7-odbc-instructions-preview3 lang=bsh]
Install the ODBC Driver for SUSE12
[snippet slug=suse-12-odbc-13-preview3-instructions lang=bsh]
*This package contains the development files (headers and libraries) for unixODBC, an implementation of the ODBC interface for Unix systems.You should install this package if you intend to develop C language applications which use ODBC, or to compile ODBC-using applications from source.
Try our Sample
Once you install the driver that runs on a supported Linux distro, you can use this C sample to connect to SQL Server/Azure SQL DB/Azure SQL DW. To download the sample and get started, follow these steps:
[snippet slug=odbc-c-sample lang=bsh]
If you installed the driver using the manual instructions found here, you will have to manually uninstall the ODBC Driver and the unixODBC Driver Manager to use the deb/rpm packages. If you have any questions, feel free to leave a comment below.
You can find the latest bits on the Microsoft Linux Ubuntu repository and RedHat repository. We provide limited support while in preview on our Issues page. As always, we welcome contributions/questions/issues of any kind. I’d like to thank everyone on behalf of the team for supporting us in our endeavors to provide you with this preview release. Happy programming!
Future Plans
Going forward we plan to expand SQL Server 16 Feature Support (example: Always Encrypted), improve test coverage, and fix bugs reported on our Issues page.
Meet Bhagdev (meetb@microsoft.com)
Comments
- Anonymous
October 06, 2016
When will https://msdn.microsoft.com/library/mt703139.aspx be updated with the newer version and mention support for RHEL 6.x? When can we expect this to be out of preview?- Anonymous
October 17, 2016
You should expect it to be out of preview in the next few weeks. The driver will go out of preview first and the tools (SQLCMD,BCP) will follow the suit.
- Anonymous
- Anonymous
October 18, 2016
Can you please provide info for automating installs? Currently I am blocked by the modal dialog asking for the acceptance of license terms. In the previous version, we were able to accept terms with an "--accept-license" term, but this is not working under apt-get. I've tried "-y" and "--force-yes" but neither seems to work.Thanks!Aaron- Anonymous
October 21, 2016
Can you tru : sudo IACCEPTMSODBCSQLLICENSETERMS=YES apt-get install msodbcsql?- Anonymous
October 25, 2016
Unfortunately, The provided command doesn't work. Do you have other information how to install it without user interaction? I tried to install it in docker container based on ubuntu image and it didn't work.> Can you tru : sudo IACCEPTMSODBCSQLLICENSETERMS=YES apt-get install msodbcsql?Besides, are you going to support Debian dist in future?Thanks in advance.- Anonymous
November 21, 2016
Check out our latest release blog for instructions around solent install :) https://blogs.msdn.microsoft.com/sqlnativeclient/2016/10/20/odbc-driver-13-0-for-linux-released/We changed the verb to ACCEPT_EULA=Y
- Anonymous
- Anonymous
- Anonymous