[SOLVED] Accessing Sharepoint lists from AspRunner.NET |
7/21/2021 10:25:13 AM |
ASPRunner.NET General questions | |
P
plunkchr author
Has anyone found a way to Access/open Microsoft / Sharepoint lists from AspRunner.NET ? |
|
![]() |
Admin 7/21/2021 |
You can see a few SharePoint connection string examples here. It will probably help if you tell us what exactly is happening when you are trying to connect. |
P
|
plunkchr author 7/21/2021 |
many thanks for the very quick reply. I tested and can connect to sharepoint list from Microsoft Access using same credentials and sharepoint site link. Possibly I am missing something from the asprunner.net string? |
![]() |
Admin 7/22/2021 |
Make sure you have installed CData ODBC driver for Sharepoint and specified the connection string this way: |
P
|
plunkchr author 7/26/2021 |
Thanks for feedback and confirming requirments, i.e. one needs to purchase an ODBC driver to use with asprunner to connect to sharepoint lists. |
![]() |
Admin 8/2/2021 |
I think you can also try accessing Sharepoint lists via their REST API. |
P
|
plunkchr author 8/9/2021 |
Many thanks for feedback and API info. |