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?