maximus
maximus

Reputation: 4302

Lotus Notes 4.6.7a API or protocol

I want to make a program which automatically gets some data from one of the lotus notes database. I have to implement connection to the server, with login and password, to request the needed database and get what I want. But without using the Lotus Notes program, make a C++ program instead for this purpose.

The version s v4.6.7a. Old one. Who knows where to get the data protocols or may be API for C language?

Upvotes: 0

Views: 707

Answers (2)

leyrer
leyrer

Reputation: 1492

You can download Lotus C/C++ API toolkits from the developerWorks Lotus Developer Toolkits page.

Upvotes: 0

Andrea Colleoni
Andrea Colleoni

Reputation: 6021

There's a JAR for the Java language that implements all the features you request. It's NCSO.jar and it's located in the Louts Notes installation directory.

As an alternative you can use NotesSQL and access its data through ODBC.

Upvotes: 1

Related Questions