Search Results for

    Show / Hide Table of Contents

    Connection strings (SAP Sybase Sql Anywhere)

    Simplic connection strings for SAP Sybase Sql Anywhere databases requires the following properties:

    SERVER=<server>;DBN=<database>;UID=<user id>;PWD=<password>;CHARSET=UTF8;LINKS=TCPIP

    The charset is required to support german umlauts.

    If a specific host is required, it must be placed after the TCPIP value:

    SERVER=<server>;DBN=<database>;UID=<user id>;PWD=<password>;CHARSET=UTF8;LINKS=TCPIP(host=<host address>)

    Hint: The UserConnectionString in Studio.ini doesn't need a UID and PWD

    For more information take a look at SAP Sybase documentation

    • Improve this Doc
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx