JDBC/SQL query vs Domino database

Hello. if anybody has a minute, i’ve tried several approaches to this but kinda keep running into roadblacks. Is it possible to run JDBC queries against a Domino database? The domino database is the data source. I’d like to leverage SQL language to create the search strings. it looks as though the Lotus JDBC driver is no longer supported. I also looked at NotesSQL but that looks to require odbc drivers. Thank you very much for any input.

Subject: Hi…i worked around it using FTSearch…

and the domino search syntax…for example…

db.FTSearch(“FIELD Subject CONTAINS Tiger”)

I hadn’t realized Domino contained reserved keywords to mimic SQL search refinements. It’s been a while. Thank you.