Connecting Lotus Notes through ASP.net
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
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