Connection strings for Lotus Notes
Providers for Lotus Notes
Community Forums
Find solutions and post questions regarding connection string related issues.
Lotus Notes ODBC Driver
Type: ODBC Driver
Usage: Driver={Lotus NotesSQL 3.01 (32-bit) ODBC DRIVER (*.nsf)}
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
Usage: System.Data.Odbc.OdbcConnection
Manufacturer: Microsoft
More info about this wrapper class library »
More info about this wrapper class library »
Bridging to Lotus Notes ODBC Driver
This is just one connection string sample for the wrapping OdbcConnection class that calls the underlying ODBC Driver. See respective ODBC driver for more connection strings to use with this class.
Driver={Lotus NotesSQL 3.01 (32-bit) ODBC DRIVER (*.nsf)};Server=myServerAddress; Database=dbPath\myDb.nsf;Uid=myUsername;Pwd=myPassword;
Selected Articles
