skip to Main Content

How to connect to DB2 running on docker

I have installed the image ibmcom/db2 on docker running on local Docker Desktop on Windows 10. Following this guide to setup: https://www.ibm.com/docs/en/db2/11.5?topic=system-windows I am able to query the sample DB from the db2 command prompt, as described here: https://www.ibm.com/docs/en/db2/11.5?topic=windows-testing-your-db2-community-edition-docker-image-installation-systems The…

VIEW QUESTION

Python IBM_DB using SSL connection – CentOS

I'm using Python on Centos 7 and I have installed GSK8Kit with DB2 11.3 client. So I set: IBM_DB_HOME=/path/to/my/db2client/sqllib - ODBC and clidriver Also I set: LD_LIBRARY_PATH = $IBM_DB_HOME/lib:$LD_LIBRARY_PATH Then I installed ibm_db: pip install ibm_db I added my db2servercert.arm…

VIEW QUESTION
Back To Top
Search