You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -61,7 +60,7 @@ To connect to a named instance on a static port, use <b>Server=</b>*servername*,
61
60
Alternatively, you can add the DSN information to a template file, and execute the following command to add it to `~/.odbc.ini` :
62
61
-**odbcinst -i -s -f**_template_file_
63
62
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.
65
64
66
65
You can verify that your driver is working by using `isql` to test the connection, or you can use this command:
67
66
-**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
122
121
123
122
-[Installing the Microsoft ODBC Driver for SQL Server on Linux](installing-the-microsoft-odbc-driver-for-sql-server.md)
124
123
-[Installing the Microsoft ODBC Driver for SQL Server on macOS](install-microsoft-odbc-driver-sql-server-macos.md)
0 commit comments