1

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

mariana soffer
  • 1,853
  • 12
  • 17

1 Answers1

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