Question

Can I create either an ODBC connection or a connection string in VBA to get into a lotus notes database to pull data out of it?

Was it helpful?

Solution

Yes, there is an ODBC connector for Lotus Notes called NotesSQL. I used it years ago and you can find it on-line http://www.ibm.com/developerworks/lotus/products/notesdomino/notessql/

OTHER TIPS

Yes you can. You need to install the "NotesSQL" ODBC driver for Notes (and you will need the Notes client on the machine running your VB code).

You can download the driver here.

And there is some more info here.

I haven't had a need to work with Lotus Notes in a while, but ConnectionStrings.com usually is a good resource for things like this.

I don't know about Access, but I used to connect to Notes in a DTS package. We had a special ODBC Notes driver that worked fairly well.

I think if you have the ODBC driver you can probably do it.

A word of warning, unless things have changed, Notes will throw you some curves. The form value data types can change from one release to another and this can really confuse the driver so that it returns nulls when there is actually data.

Good luck :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top