ODBC Driver for SQL Azure

Linux DSN Configuration - ODBC Driver for SQL Azure

Linux DSN Configuration

After the linux (DEB or RPM) driver is installed, a DSN with the name DEVART_SQLAZURE is created. You can use it to test the connection with the SQLAZURE server. For this, perform the following steps:

  1. Open the odbc.ini file located in the /etc folder. Find the DEVART_SQLAZURE section and specify the required connection settings:
    User ID=<your SQL Azure User Name>
    Password=<your SQL Azure password>
    Server=<your SQL Azure server address>
    Port=<your SQL Azure Port>
    Database=<your SQL Azure database name>
    
  2. Run the UnixODBC Test Command utility and test a connection using the following command:
    isql -v DEVART_SQLAZURE 

See Also

Connection Options

© 2015-2022 Devart. All Rights Reserved. Request Support ODBC Forum Provide Feedback