Vincent Prouillet

Hey, it made my day !

Tag: ibm_db

Install ibm_db on Ubuntu

Ok so this one was a bit tricky. I needed to access remote DB2 databases using Python. I found ibm_db (page here) and followed the instructions. First you need to set up DB2 drivers : you can get it here (Data Server Driver Package, NOT the ODBC) or here here (I used this one). You [...]