Archive for Ноябрь 13th, 2008
Batch file runs scheduled Lotus Notes database maintenance tasks
After encountering problems with a large Lotus Notes database, Brian Graham developed this hands-off solution. He created a batch file that runs several Lotus Notes database management tasks while your Lotus Domino server is offline.
Original source : http://feeds.feedburner.com/~r/techtarget/Searchdo…
Java code inserts data from Notes documents into a SQL table
Prepared statements let Lotus Notes Domino users update and insert data into tables. Check out this Java code, which retrieves data from documents and tests to see if the data exists in a SQL table. If it does exist, the data is updated. If it doesn’t exist, the Java code inserts the data.
Original source : http://feeds.feedburner.com/~r/techtarget/Searchdo…