Pull data from lotus notes database
My task is to pull the data from lotusnotes database using one of the technologies.... I wanna know which is a better technology... I have alr开发者_JAVA技巧eady installed NotesSQL odbc driver & configured it
Depends on what exactly you're trying to do, NotesSQL will let you pull data, or you can export from Lotus Notes views in csv format, it's standard functionality. You could also code a scheduled agent to dump data at a regular intervals etc etc.
Your question is similar to this one. My answer goes into some detail about how to access Lotus Notes using Java, setup instructions and what to read for API's supporting it.
精彩评论