In python is possible to install pyodbc fairly easy, but in jython you are supposed either to install django, and to instal jdbc and then I do not know what else. Does any body know the proper steps? it is for windows an jython 2.5
Asked
Active
Viewed 754 times
1 Answers
1
In Jython you can use JDBC drivers, and via JDBC-ODBC bridge you can connect to ODBC configured source. With zxJDBC
module you can use JDBC database just like DB-API2 compliant Python database interface. Have a look at example of such usage with Informix database: Consistent method of inserting TEXT column to Informix database using JDBC and ODBC

Community
- 1
- 1

Michał Niklas
- 53,067
- 18
- 70
- 114