Tip

Java code inserts data from Notes documents into a SQL table

Related resources from SearchDomino.com:
Java code shortens strings in a SQL table

How to execute a stored procedure in Lotus Notes Domino using Java

Prepared statements allow Lotus Notes/Domino users to update and insert data into tables without having to use special characters.

This Java code shows how to retrieve data from Lotus Notes documents, but with a twist. The code tests to see if the data already exists in a SQL table. If it does, the data is updated. If it doesn't exist, then the data is inserted.

Java to update/insert in SQL table
(Click on code for enlarged view and script download.)

Do you have comments on this tip? Let us know.

This tip was submitted to the SearchDomino.com tip library by member Michael Marcavage. Please let others know how useful it is via the rating scale below. Do you have a useful Lotus Notes, Domino, Workplace or WebSphere tip or code snippet to share? Submit it to our monthly tip contest and you could win a prize.

This was first published in October 2008

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.