Please provide some sample code how to access Lotus notes database using ODBC and C#. Now I am able to accessing database suing NotesSession() class.but I want how to do via ODBC
Thanks and Regards Naresh Mesineni
Thanks for your replay.Still I am facing some problem.I downloaded the NotesSQL 8.5 and installed. I am trying to get the Notes data using ODBC still It is throwing some error.Here I am attaching connection string.
string sConnString = "Driver={Lotus NotesSQL 8.5 (32-bit) ODBC DRIVER (*.nsf)};" + "Server=serverXXXX;" + "database="DBName;" "Uid=userxxx;" + "Pwd=pwdxxx";
OdbcConnection odbccon = new OdbcConnection(sConnString); odbccon.Open(); while opening connection it is throwing error ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified" Please provide some solution.it is help full if any one provide sample code with getting data from Notes.
Thanks and Regards Naresh Mesienni