Greetings,
I'm wondering if anyone knows of a way to connect to a SharePoint list without using Linked Tables. I know... sounds wonky but I assure you I have good reason.
I've tried using a basic select query with this as my connection string:
I've tried a pass-through query with the same connection string.
I've tried many variants of said connection string.
Then I got to thinking... if I can't link via a Select or PTQ, perhaps I could simply create an ODBC connection and leverage the data that way. Alas, I was still stumped since I was unable to figure out a way to connect to a SharePoint server via ODBC.
Am I out of luck? Am I forced to using linked tables?
Any thoughts are certainly appreciated.
I'm wondering if anyone knows of a way to connect to a SharePoint list without using Linked Tables. I know... sounds wonky but I assure you I have good reason.
I've tried using a basic select query with this as my connection string:
Code:
Provider=Microsoft.ACE.OLEDB.12.0;WSS;HDR=NO;IMEX=2;ACCDB=YES;DATABASE=http://fake.domain.com/path/FinalFolder;LIST={655E1B5C-18E0-4C10-9ADB-B2FE2B2E2606};VIEW=;RetrieveIds=Yes
I've tried a pass-through query with the same connection string.
I've tried many variants of said connection string.
Then I got to thinking... if I can't link via a Select or PTQ, perhaps I could simply create an ODBC connection and leverage the data that way. Alas, I was still stumped since I was unable to figure out a way to connect to a SharePoint server via ODBC.
Am I out of luck? Am I forced to using linked tables?
Any thoughts are certainly appreciated.