Any ideas how to connect to informix database using jdbc jar file? In python
I tried jaydebeapi and when I execute:
conn=jaydebeapi.connect(‘com.informix.jdbc.IfxDriver’,myurl,[‘user’,’pass’],jdbc_driver_path)
… then rest of code that selects data from table
And when I execute myscript.py it only display logs before this connection and nothing else, it looks like silent failing.
New contributor
CoderXXX is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.