The CData Virtuality Server supports Microsoft Dataverse JDBC driver v23.0.8669.0.
In order to use the Microsoft Dataverse data source, please install the Microsoft Dataverse JDBC driver as follows:
- Stop the CData Virtuality Server.
- Place the Microsoft Dataverse JDBC driver and license in the %dvserver%/modules/system/layers/base/com/cds/main folder.
Create a module.xml file as follows:
<?xml version="1.0"encoding="UTF-8"?><module xmlns="urn:jboss:module:1.0"name="com.cds"><resources><resource-root path="cdata.jdbc.cds.jar"/></resources><dependencies><module name="javax.api"/><module name="javax.transaction.api"/></dependencies></module>Open the %dvserver%/standalone/configuration/dvserver-standalone.xml file, find the <drivers> section, and enter the following code:
<driver name="dataverse"module="com.cds"><driver-class>cdata.jdbc.cds.CDSDriver</driver-class></driver>Start the CData Virtuality Server.