I am trying to get info from an embedded db called NexusDB using java.
I've read in NexusDB website that there is an ODBC driver so I might use it with unixODBC. Then I need to do a JDBC-ODBC Bridge as stated here.
Get some sort of application to migrate NexusDB db to another db. Would like to know one.
I would like to know if anyone ever this this, what's the best solution?
Thanks for reading.
Not possible.
unixODBC needs linux drivers and there aren't for nexusDB.
Didn't find any.
Writting a small webservice with delphi or get odbc and use that in a small proxy. In other words, instead of connecting to the nexusdb server you connect to a dedicated application or webservice pass on the information and that app does connect to nexusd and writes the data.