Skip to content

Commit de388fc

Browse files
authored
Update connection-string-keywords-and-data-source-names-dsns.md
fix pre-existing typo "documention"
1 parent 60653ee commit de388fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To connect to a named instance on a static port, use <b>Server=</b>*servername*,
6060
Alternatively, you can add the DSN information to a template file, and execute the following command to add it to `~/.odbc.ini` :
6161
- **odbcinst -i -s -f** _template_file_
6262

63-
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.
6464

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

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

0 commit comments

Comments
 (0)