On 6/29/18 1:31 PM, rssail wrote:
Is it possible to connect to the derby db on a windows 10 machine through
ODBC? If so, can someone point me to some documentation, tutorial or
example on how this is done?
--
Sent from:
http://apache-database.10148.n7.nabble.com/Apache-Derby-Users-f95095.html
Derby does not provide such a bridge. However, there are commercial
products which wrap an ODBC interface around a JDBC driver. See, for
instance, this page of links:
https://stackoverflow.com/questions/5352956/which-odbc-jdbc-bridge-maps-its-own-calls-to-jdbc-driver
Hope this helps,
-Rick