Java – the JDBC equivalent to query an IBM Domino data store

javajdbclotus-dominolotus-notes

I need to query an IBM Domino data store that was populated using Lotus Notes from within a Java application. I am hoping that IBM followed the JDBC design pattern so that I can implement similarly to what I have done to get data from Oracle. Where should I start?


I am aware that IBM does not support JDBC for Domino. What I need is an equivalent.

Best Solution

Searching Google for "java lotus notes jdbc" yields this note from IBM:

Question
Is Lotus® Domino® Driver for JDBC (LDDJ) supported on current versions of IBM® Lotus Notes® and Lotus Domino?

Answer
IBM no longer provides a Notes JDBC driver since Java developers may utilize the Notes.jar to make API calls into Notes databases. The Notes JDBC driver is no longer provided nor supported.

Related Question