Author Topic: accessing ibm i database from Python  (Read 817 times)

joelj

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: accessing ibm i database from Python
« on: November 29, 2018, 05:40:12 am »
was able to make it work using pyodbc. very useful reference here:
https://ochiba77.blogspot.com/2011/09/how-to-connect-db2-with-python-pyodbc.html?showComment=1543491397417#c3112663716830198386

Many thanks to the Omi Chiba.