JDBC Connection to Lotus Domino Database
843854Jun 14 2002 — edited Nov 8 2004
Hello ,
I have a jdbc web application that needs to talk to a Lotus Domino database. I have downloaded the lotus JDBC driver. The lotus domino driver is a Type-II driver. So I had to install a lotus client also on the server.The database connection works fine. The only problem is that the each time a connection is attempted, a password prompt screen pops up. This password prompt is basically tied to the lotus notes user profile-id file. I have tried supplying the user-id and password as part of the DB connect string. Even then the password prompt pops up. !!!!!!!!
Is there a way of suppressing this password prompt ? (the database is password protected, so I need the application to be able to send a password)