I am accessing information in Lotus Notes V5 from a Visual Basic(V6) program using ODBC ver2.06. As long as the database is local ( as it was when I was testing) I am not prompted for a password. When I redirect my DSN to a Domino Server stored copy of the database, the DSN asks me for a password. I enter the password of the local Notes client and the processing is completed.
Since this is a re-occurring process, it would be really nice to be able to supply this password at execution time. I have searched and have only came up with this quote from the Lotus NotesSQL Reference.
If your Notes user ID is password-protected ( which it is), Notes prompts for a password when you first connect to a remote database using NotesSQL. This information is not database-specific and is retained for the length of the session, so you will not need to enter it more than once if you connect to more than one database
Well every time my VB program processes it asks for the password so I guess each pass is a separate session. In any case, I need to supply the password at execution time to make this application work.
Any ideas, Thanks for any help.
Gary
Since this is a re-occurring process, it would be really nice to be able to supply this password at execution time. I have searched and have only came up with this quote from the Lotus NotesSQL Reference.
If your Notes user ID is password-protected ( which it is), Notes prompts for a password when you first connect to a remote database using NotesSQL. This information is not database-specific and is retained for the length of the session, so you will not need to enter it more than once if you connect to more than one database
Well every time my VB program processes it asks for the password so I guess each pass is a separate session. In any case, I need to supply the password at execution time to make this application work.
Any ideas, Thanks for any help.
Gary