We are developing an application and we need to migrate the data from the old db, a Sybase Advantage Local DB.
Until now we were doing it with Java 7 and an odbc/jdbc bridge thanks to java.sql.DriverManager
.
Now we upgraded our application to java 8 and the same driver doesn't work anymore.
Is there any alternative?