Avatar of yechan
yechan
Flag for United States of America asked on

Available database tables in Lotus Notes

Hi Experts,

how can I find out all the tables available in Lotus notes?  I have created an ODBC connection in SSIS but now I do not know how or what SQL statement(s) to issue in order to get data out of Lotus Notes.  I'm using Lotus Notes 8.5.2 and trying to dump data into SQL Server.

thank you
Lotus IBM

Avatar of undefined
Last Comment
yechan

8/22/2022 - Mon
Bill-Hanson

I'm not sure of the commands either, never used ODBC with Domino data.  I have used COM, and can explain that, but yuch!

The best solution is to setup a webservice on the domino server to serve up the data to your SSIS app.
ASKER CERTIFIED SOLUTION
doninja

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
iPinky

according to this article: http://www.builderau.com.au/architect/database/soa/Create-an-ODBC-connection-to-a-Lotus-Notes-database/0,339024547,320282240,00.htm

you should get all views (ie tables) and forms listed... if setup properly...


Sjef Bosman

All solutions to connect to a Notes database via ODBC require NotesSQL, see doninja's post.

There is one alternative to importing the data from the SQL server side: export the data into SQL server from the Notes side. Could be much easier. You need the Domino Designer client to create the procedure (usually an agent). The language you can use, LotusScript, closely resembles VB, so 90% shouldn't be too hard to do.
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
yechan

ASKER
This is freaking fantastic.  I used doninja suggestions and it works.  many thanks.

Ye-Chan