ODBC Driver for SAP Sybase Adaptive Server Enterprise

Linux DSN Configuration - ODBC Driver for SAP ASE

Linux DSN Configuration

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

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

See Also

Connection Options

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