Skip to content

Commit b8db7f0

Browse files
authored
Merge pull request #18738 from David-Engel/dsn
Fixing incorrect title
2 parents 0dce27c + de388fc commit b8db7f0

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

docs/connect/odbc/linux-mac/connection-string-keywords-and-data-source-names-dsns.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Connecting using ODBC"
2+
title: "Connecting from Linux or macOS"
33
description: "Learn how to create a connection to a database from Linux or macOS using the Microsoft ODBC Driver for SQL Server."
44
ms.custom: ""
55
ms.date: 09/10/2020
@@ -9,15 +9,14 @@ ms.reviewer: ""
99
ms.technology: connectivity
1010
ms.topic: conceptual
1111
helpviewer_keywords:
12-
- "data source names"
13-
- "connection string keywords"
14-
- "DSNs"
12+
- "connect to linux"
13+
- "configure odbc.ini"
1514
ms.assetid: f95cdbce-e7c2-4e56-a9f7-8fa3a920a125
1615
author: David-Engel
1716
ms.author: v-daenge
1817
---
1918

20-
# Connecting to SQL Server
19+
# Connecting from Linux or macOS
2120

2221
[!INCLUDE[Driver_ODBC_Download](../../../includes/driver_odbc_download.md)]
2322

@@ -61,7 +60,7 @@ To connect to a named instance on a static port, use <b>Server=</b>*servername*,
6160
Alternatively, you can add the DSN information to a template file, and execute the following command to add it to `~/.odbc.ini` :
6261
- **odbcinst -i -s -f** _template_file_
6362

64-
For complete documentation on ini files and `odbcinst`, see the [unixODBC documention](http://www.unixodbc.org/odbcinst.html). For entries in the `odbc.ini` file specific to the ODBC Driver for SQL Server, see [DSN and Connection String Keywords and Attributes](../dsn-connection-string-attribute.md) for ones supported on Linux and macOS.
63+
For complete documentation on ini files and `odbcinst`, see the [unixODBC documentation](http://www.unixodbc.org/odbcinst.html). For entries in the `odbc.ini` file specific to the ODBC Driver for SQL Server, see [DSN and Connection String Keywords and Attributes](../dsn-connection-string-attribute.md) for ones supported on Linux and macOS.
6564

6665
You can verify that your driver is working by using `isql` to test the connection, or you can use this command:
6766
- **bcp master.INFORMATION_SCHEMA.TABLES out OutFile.dat -S <server> -U <name> -P <password>**
@@ -122,4 +121,4 @@ settings in the driver's section in `odbcinst.ini`. If the setting is not presen
122121

123122
- [Installing the Microsoft ODBC Driver for SQL Server on Linux](installing-the-microsoft-odbc-driver-for-sql-server.md)
124123
- [Installing the Microsoft ODBC Driver for SQL Server on macOS](install-microsoft-odbc-driver-sql-server-macos.md)
125-
- [Programming Guidelines](programming-guidelines.md)
124+
- [Programming Guidelines](programming-guidelines.md)

docs/connect/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2933,7 +2933,7 @@
29332933
href: ../connect/odbc/linux-mac/install-microsoft-odbc-driver-sql-server-macos.md
29342934
- name: Feature guides
29352935
items:
2936-
- name: Connection String Keywords and Data Source Names (DSNs)
2936+
- name: Connecting from Linux or macOS
29372937
href: ../connect/odbc/linux-mac/connection-string-keywords-and-data-source-names-dsns.md
29382938
- name: Data Access Tracing with the ODBC Driver on Linux and macOS
29392939
href: ../connect/odbc/linux-mac/data-access-tracing-with-the-odbc-driver-on-linux.md

0 commit comments

Comments
 (0)