I may be looking for the equivalent of the JDBC-ODBC bridge with the inverse behaviour so that an ODBC query, for example, is translated into a corresponding JDBC query. Does such a thing even exist?
There are several hundred JDBC connection strings that require validation and I need to be able to execute queries using these connection strings. I cannot replace them because other applications depend on them.
What are the options in this unenviable space?