I am trying to get info from an embedded db called NexusDB using java.
Alternative 1:
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.
Alternative 2:
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.
Alternative 1:
Not possible.
unixODBC needs linux drivers and there aren’t for nexusDB.
Alternative 2:
Didn’t find any.
Solution so far
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.