Connection strings for Lotus Notes

ODBC drivers for Lotus Notes

.NET libraries for Lotus Notes

Lotus Notes ODBC Driver

Type ODBC Driver
Usage Driver={Lotus NotesSQL 3.01 (32-bit) ODBC DRIVER (*.nsf)}
Manufacturer IBM

Standard

Driver={Lotus NotesSQL 3.01 (32-bit) ODBC DRIVER (*.nsf)};Server=myServerAddress;
Database=dbPath\myDb.nsf;Uid=myUsername;Pwd=myPassword;
 
 

.NET Framework Data Provider for ODBC

Type .NET Framework Wrapper Class Library
Usage System.Data.Odbc.OdbcConnection
Manufacturer Microsoft

Use an ODBC driver from .NET

Driver={any odbc driver's name};OdbcKey1=someValue;OdbcKey2=someValue;

See the respective ODBC driver's connection strings options. The .net OdbcConnection will just pass on the connection string to the specified ODBC driver. Read more here.

 
 

Popular