Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 6 2004
Added on Jun 14 2002
3 comments
463 views