Search code examples
javaoledblinked-serverjdbc-odbc

Accessing an OLEDB source through Java


I have a Java app that needs to access a 3rd party database through OLEDB. Does anyone know of a way to do this?

I am looking for an answer from the year 2014 on this question - everything I have seen so far is from a few years ago and basically saying this was not possible with an existing solution.

Thanks in advance.


Solution

  • If it helps anyone else - I ended up using a Linked Server: http://msdn.microsoft.com/en-us/library/ms188279.aspx