0

we are reading excel data using JDBC ODBC bridge ,we want to upgrade to JAVA 8. But Java 8 doesn't support JDBC ODBC bridge, it's removed. Have huge legacy code which expects Resultset to process the data, we are looking for different options to get final object in resultset type. We tried converting the Excel file to json object, is there anyway to convert json object to resultset? Please suggest any otherways, final objective is it should be in form of resultset

Shiva
  • 1
  • 2
  • Similar question: https://stackoverflow.com/questions/14229072/removal-of-jdbc-odbc-bridge-in-java-8 – David Lukas Nov 16 '21 at 16:28
  • @DavidLukas first of all thanks for sharing info. – Shiva Nov 17 '21 at 16:22
  • Tried the both solution none of them is working , replacing file from the older version to latest version. – Shiva Nov 17 '21 at 16:23
  • Ucanaccess can we used only for Ms access related files , it won't work for excel files. – Shiva Nov 17 '21 at 16:23
  • Does this answer your question? [Removal of JDBC ODBC bridge in java 8](https://stackoverflow.com/questions/14229072/removal-of-jdbc-odbc-bridge-in-java-8) – Michael Hall Nov 19 '21 at 00:15

0 Answers0