> Ok hmm....i find intersting manual ODBC-JDBC Connecting to a DSN. > http://www.herongyang.com/JDBC/JDBC-ODBC-DSN-Connection.html > Is it possible to use this connection with jooq? =)
That looks like a good java.sql.Connection to me, so I'd say, yes. Give it a try! You will still have to specify the SQLDialect of the database at the other end of your ODBC-JDBC bridge, though...
