LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Lotus Notes Database Connection

    Employee
    Posted 07-17-2015 04:13

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: dialpemo

    How can I connect to a Lotus Notes Database, and how can I query from the BRE.


  • 2.  RE: Lotus Notes Database Connection

    Employee
    Posted 07-17-2015 06:07

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    Your best option is to download the appropriate JDBC driver and use that with our JDBC node.
    Some notes are here:
    http://stackoverflow.com/questions/1...ino-data-store


  • 3.  RE: Lotus Notes Database Connection

    Employee
    Posted 07-17-2015 06:55

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: dialpemo

    thank you for promptly response, have you ever come across which driver to use as they don't really mentioned which driver to use, and the only reference to a driver leads to an old driver for windows 95/98.


  • 4.  RE: Lotus Notes Database Connection

    Employee
    Posted 07-17-2015 07:42

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    I've never tried any of them, but the last link in that forum entry refers to a JDBC driver dated sometime in 2014 and noted as "a pure java node" so it should work with our JDBC node.

    One of the biggest things is that you will need to study the documentation for that JDBC driver to understand what form of SQL syntax that it requires.. each different type of 'database' has it's own unique syntax for how to retrieve records.