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.  Sharepoint Lists

    Employee
    Posted 01-12-2011 10:48

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

    Originally posted by: rbonneux

    Hi there,

    Anyone know if there is a way to connect to Microsoft Sharepoint lists with the JDBC Node?

    Thanks Ryan


  • 2.  RE: Sharepoint Lists

    Employee
    Posted 01-12-2011 11:04

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

    Originally posted by: stonysmith

    Sharepoint is just a MS-SQL-Server database.

    It should be possible to read from it with JDBC, but you'd have to learn the structure of the tables, etc.

    Reading from it with JDBC depends partly upon which version of SqlServer is being used (2005,2008, etc) and then getting the right Java driver to fit that version of SqlServer