CData ADO.NET Provider for SharePoint
Standard
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;
Show hidden columns
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;Show Hidden Columns=True;
Accessing "SharePoint Online" / "Office 365" data
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;SharePoint Edition=SharePoint Online;
Basic authentication method
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;Auth Scheme=BASIC;
Digest access authentication method
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;Auth Scheme=DIGEST;
Negotiate authentication method
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;Auth Scheme=NEGOTIATE;
No authentication method
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;Auth Scheme=NONE;
Authenticate using an existing authentication cookie
URL=http://sharepointServerName/;Auth Cookie=authenticationCookieName;
Set dataset page size
Default is 1000 results per page. High page size results in fewer requests, but it may time out.
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;Page Size=2000;
Accept all SSL certificates (not only certs that the machine trusts)
URL=https://sharepointServerName/;User=myUsername;Password=myPassword;SSL Cert=*;
Use timeout
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;Timeout=60;
Use columns display names instead of API names
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;Use Display Names=true;
Specifying a cache file location
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;Cache Location=c:\cacheData.db;
Caching data automatically
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;Cache Location=C:\cache.db;Auto Cache=true;Offline=false;
Caching data and metadata
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;Cache Location=C:\cache.db;Auto Cache=true;Offline=false;Cache Metadata=true;
Cached data only / Offline mode
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;Offline=true;QueryPassthrough=True;Cache Location=C:\cache.db;
Using an External Cache Provider
RSSBus drivers have the ability to cache data in a separate database such as SQL Server or MySQL instead of in a local file using the following syntax:
Cache Provider=Provider.Namespace;Cache Connection='Connection String to Cache Database';
Connect through a firewall
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;Firewall Server=fireWallIPorDNSname;Firewall User=fwUserName;Firewall Password=fwPassword;
Specify firewall port
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;Firewall Server=fireWallIPorDNSname;Firewall User=fwUserName;Firewall Password=fwPassword;Firewall Port=1234;
Specify firewall type
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;Firewall Server=fireWallIPorDNSname;Firewall User=fwUserName;Firewall Password=fwPassword;Firewall Type=SOCKS5;
Setting the Service Principal Name
URL=http://sharepointServerName/;User=myUsername;Password=myPassword;Kerberos SPN=myServicePrincipalName;