Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Connecting Lotus Notes through ASP.net

Connecting Lotus Notes through ASP.net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasesysadminsecurity
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    blakshmi
    wrote on last edited by
    #1

    Hi, I connected to the Lotusnotes using odbc driver, the code is like this string SQLStatement; OdbcConnection dbConn = new OdbcConnection("DSN=MyLotus;Provider=MSDASQL.1;Persist Security Info=False;Extended Properties=DRIVER={Lotus NotesSQL 3.01 (32-bit) ODBC Driver (*.nsf)};Database='C:\\lotus\\notes\\data\\names.nsf';Server=NESERVER;UserName=;PWD=Lotuspwd;MaxSubquery=20;MaxStmtLen=4096;MaxRels=20;MaxVarcharLen=254;KeepTempIdx=1;MaxLongVarcharLen=512;ShowImplicitFlds=0;MapSpecialChars=1;ThreadTimeout=60;"); dbConn.Open(); SQLStatement = "SELECT * FROM "; Here i want to now the table name. Is my way of connecting is right, to get the address book of lotus notes? Plzzz can any one help me? Thanks in advance

    Lakshmi

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups