Board index » delphi » Reading from Lotus Notes database

Reading from Lotus Notes database


2004-01-21 06:22:10 AM
delphi227
Hello,
I need to use Delphi application to read from Lotus Notes database.
Any ideas?
Michi
 
 

Re:Reading from Lotus Notes database

Michi writes:
Quote
Hello,

I need to use Delphi application to read from Lotus Notes database.
Any ideas?
You may search for Delphi 'Notes' - components. They used to exist (they
were expensive some 5 years ago).
--
Regards,
Bjørge Sæther
XXXX@XXXXX.COM
-------------------------------------
I'll not spend any money on American Software products
until armed forces are out of Iraq.
 

Re:Reading from Lotus Notes database

Have a look at Sergey Kolchins site
www.geocities.com/SiliconValley/Peaks/8307/
and follow the link to Notes/Delphi class library ...
Or use the notes automation interface
PMM
"Michi" <XXXX@XXXXX.COM>schrieb im Newsbeitrag
Quote
Hello,

I need to use Delphi application to read from Lotus Notes database.
Any ideas?

Michi


 

Re:Reading from Lotus Notes database

Go to www.lotus.com/ and download the COM toolkit.
The COM toolkit has an extensive help file that explains a lot of things and
has examples in Visual Basic that is easy to translate to Delphi.
Then import the Domino type library from within Delphi.
With that you can use Notes's COM objects.
I have successfully done that in Delphi to send and retrieve mails.
It requires you have Notes 5.0.2b or higher installed, that is when COM
support was introduced.
--
Finn Tolderlund
"Michi" <XXXX@XXXXX.COM>skrev i en meddelelse
Quote
I need to use Delphi application to read from Lotus Notes database.
Any ideas?