![]() |
VOOZH | about |
Denodo Platform is a data virtualization product providing a single point of contact for enterprise database data. When paired with the CData JDBC Driver for SharePoint, Denodo users can work with live SharePoint data alongside other enterprise data sources. This article explains how to create a virtual data source for SharePoint in the Denodo Virtual DataPort Administrator.
With built-in optimized data processing, the CData JDBC Driver offers unmatched performance for interacting with live SharePoint data. When you issue complex SQL queries to SharePoint, the driver pushes supported SQL operations, like filters and aggregations, directly to SharePoint and utilizes the embedded SQL engine to process unsupported operations client-side (often SQL functions and JOIN operations). Its built-in dynamic metadata querying allows you to work with and analyze SharePoint data using native data types.
Accessing and integrating live data from SharePoint has never been easier with CData. Customers rely on CData connectivity to:
Most customers rely on CData solutions to integrate SharePoint data into their database or data warehouse, while others integrate their SharePoint data with preferred data tools, like Power BI, Tableau, or Excel.
For more information on how customers are solving problems with CData's SharePoint solutions, refer to our blog: Drivers in Focus: Collaboration Tools.
To connect to live SharePoint data from Denodo, you need to copy the JDBC Driver JAR file to the external library directory for Denodo and create a new JDBC Data Source from the Virtual DataPort Administrator tool.
Database URI: Set this to a JDBC URL using the necessary connection properties. For example,
jdbc:sharepoint:User=myuseraccount;Password=mypassword;Auth Scheme=NTLM;URL=http://sharepointserver/mysite;SharePointEdition=SharePointOnPremise;
π Configuring the JDBC connection (NetSuite is shown).Information on creating the Database URI follows:
For assistance in constructing the JDBC URL, use the connection string designer built into the SharePoint JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.sharepoint.jar
Fill in the connection properties and copy the connection string to the clipboard.
Set the URL property to the base SharePoint site or to a sub-site. This allows you to query any lists and other SharePoint entities defined for the site or sub-site.
The User and Password properties, under the Authentication section, must be set to valid SharePoint user credentials when using SharePoint On-Premise.
If you are connecting to SharePoint Online, set the SharePointEdition to SHAREPOINTONLINE along with the User and Password connection string properties. For more details on connecting to SharePoint Online, see the "Getting Started" chapter of the help documentation
π Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)After creating the data source, you can create a base view of SharePoint data for use in the Denodo Platform.
SELECT * FROM cdata_sharepoint_mycustomlist CONTEXT ('i18n'='us_est', 'cache_wait_for_load'='true')
π Configuring the query to view the data.With the base view created, you can now work with live SharePoint data like you would any other data source in Denodo Platform, for example, querying SharePoint in the Denodo Data Catalog.
Download a free, 30-day trial of the CData JDBC Driver for SharePoint and start working with your live SharePoint data in Denodo Platform. Reach out to our Support Team if you have any questions.
Download a free trial of the SharePoint Driver to get started:
Download NowLearn more:
π SharePoint IconProvides Java developers with the power to easily connect their Web, Desktop, and Mobile applications to data in SharePoint Server Lists, Contacts, Calendar, Links, Tasks, and more!