Tagged Questions
4
votes
5answers
1k views
How do I connect an SQL database to Lotus Domino Designer?
I am creating a Lotus Notes application which has to have dynamic combo boxes. The choices for the combo boxes need to be retrieved by selecting from a SQL database.
I am new to Lotus Notes / ...
0
votes
2answers
1k views
lotuscript: some questions about connecting to a SQL DB
I've got this code that is working... I read from an MS SQL database some rows from a table and then send an email for each row.
I'm about to add an "attachment" field, on my SQL database and I'd ...
0
votes
2answers
760 views
Managing an unstable SQL connection on a Lotus Notes Agent
I have a working Lotus Notes agent. Running on LN 7.
My agent runs every 5 minutes, and it sends some mails whenever it finds some specific records on an Microsoft SQL (2005) table.
It usually works ...