Configuring Open Client Drivers on Windows

Set up the Open Client drivers for Sybase IQ 15.3 on Windows.

  1. Set these environment variables:
    SYBASE = <install_dir>\ocs
    SYBASE_OCS = OCS-15_0
    PATH = %SYBASE%\%SYBASE_OCS%\bin;%SYBASE%\
    %SYBASE_OCS%\dll
  2. Use the dsedit utility to create an entry for your server in the sql.ini file.
    For example:
    [myiqserver]
    master=TCP,myiqhost,2638
    query=TCP,myiqhost,2638