Lotus Notes with ODBC Driver

In this article I will explain how to use Lotus Notes with ODBC Driver.
  • 2541

Introduction

Lotus Notes is a
ODBC Driver which is developed by IBM.


Coding

Include "Driver={Lotus NotesSQL 3.01 (32-bit) ODBC DRIVER (*.nsf)}" in the connection string to use this driver.

 

Standard

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

 

Bridging to Lotus Notes ODBC Driver

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

 


You may also want to read these related articles :
here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answer here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.