• Topic
  • Discussion
  • UdaWikiWeb.InstallSybaseLiteMono(Last) -- Owiki? , 2016-08-19 15:00:27 Edit owiki 2016-08-19 15:00:27

    OpenLink .NET Data Provider for Sybase Installation and Configuration

    Review Preinstallation Documentation: OpenLink .NET Data Provider for Sybase Pre-Installation Requirements

    Installation

    The OpenLink .NET Data Provider for Sybase for .NET CLR is currently distributed as a single .dll.

    Simply download the .dll and place it in the folder from which your .NET application runs.

    Configuration

    There is no additional configuration involved, unless you placed your .dll in a non-standard location. If you did not place your .dll in the directory from which your .NET application runs, you need to ensure that your Global Assembly Cache (MONO_GAC_PREFIX) environment variable passes the directory that contains the .dll.

    Provider Name: OpenLink.Data.SQLServer.dll

    Connection String: Host=;Port=;DATABASE=;UID=;PWD=;

    Host = Hostname or IP address on which Sybase resides
    Port = TCP port on which Sybase listens
    DATABASE = Sybase database name
    UID = Sybase username
    PWD = Sybase password

    Example: Host=192.168.13.142;Port=4100;DATABASE=pubs;UID=sa;PWD=sa;


    Proceed to Commercial Licensing Documentation:

    Should you decide to purchase a commercial license at the end of your evaluation period, be sure to consult our documentation which explains the placement and uptake of commercial license files and the use of our OpenLink License Manager technology: License Technology & Application


    Referenced by...