how can i connect IDB DB2 ODBC using SSL?
how can i connect IDB DB2 ODBC using SSL?
IBM DB2 Driver for ODBC and CLI connection strings
standard ODBC =
Driver={IBM DB2 ODBC DRIVER};Database=myDataBase;Hostname=myServerAddress;Port=1234;Protocol=TCPIP;Uid=myUsername;Pwd=myPassword;
standard ODBC with SSL ?