JDBC to ODBC bridge using LWJGL

Started by teambob, October 29, 2024, 09:18:11

Previous topic - Next topic

teambob

Hi everyone,

I had a few weeks between contracts, so I wrote a JDBC to ODBC bridge using your library's ODBC binding.

You can check out the alpha release here: https://github.com/teambob/jdbc2odbc/releases/tag/v0.1-ALPHA

The biggest challenge was dealing with the different library names on Linux and Windows.

Cheers
Andrew