1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Merge pull request #254 from badersur/patch-1

Fixed a link
This commit is contained in:
Pedro Lopes
2017-06-24 16:52:52 -07:00
committed by GitHub

View File

@ -1,7 +1,7 @@
# Connect to MSSQL using the Microsoft ODBC Driver on Linux
[C code sample] (sample_c_linux.c) that runs on Linux. The sample connects to MSSQL (SQL Server, Azure SQL DB, Azure SQL DW) using the Microsoft ODBC Driver for Linux.
[C code sample](sample_c_linux.c) that runs on Linux. The sample connects to MSSQL (SQL Server, Azure SQL DB, Azure SQL DW) using the Microsoft ODBC Driver for Linux.
## Prerequisites