Sybase IQ and SAP HANA require an ODBC data source on the client computer for each database you want to access using ODBC.
On Windows, use a system DSN, which offers faster performance than a file DSN. You can also share system DSNs with all users on the network.
[RAPIQ]
ServerName=RAPIQ
DatabaseName=RAPIQ
CommLinks=tcpip{host=<host name>;port=2638}
Driver=<Sybase IQ ODBC Driver Installation Directory>/IQ-15_4/lib64/libodbc.so
Charset=utf8
Include
Charset=utf8 only if you have a multibyte character install.[RAPHANA] ServerNode=<hana host name>:<hana port> Driver=<path to SAP hana driver library file>/libodbcHDB.so CHAR_AS_UTF8=1Include CHAR_AS_UTF8=1 only if Event Stream Processor passes multibyte characters to the SAP HANA database. If no multi-byte characters need to be processed, you may omit this line.
For information about configuring ODBC, see Configuring ODBC for Event Stream Processor.