

You can now query information from the tables exposed by the connection: Right-click a Table and then click Edit Table. Either double-click the JAR file or execute the jar file from the command-line.įill in the connection properties and copy the connection string to the clipboard. Built-in Connection String Designerįor assistance in constructing the JDBC URL, use the connection string designer built into the Microsoft Dataverse JDBC Driver. The OAuth process completes automatically. When you connect the Common Data Service OAuth endpoint opens in your default browser. This is required to work with an organization not on your default Tenant. Tenant (optional): Set this if you wish to authenticate to a different tenant than your default.OrganizationUrl: Set this to the organization URL you are connecting to, such as.You can use InitiateOAuth to avoid repeating the OAuth exchange and manually setting the OAuthAccessToken. InitiateOAuth: Set this to GETANDREFRESH.Below are the minimum connection properties required to connect. You can connect without setting any connection properties for your user credentials. On the next page of the wizard, click the driver properties tab.Įnter values for authentication credentials and other properties required to connect to Microsoft Dataverse.In the Create new connection wizard that results, select the driver.In the Databases menu, click New Connection.Add jdbc:cds: in the URL Template field.Ĭreate a Connection to Microsoft Dataverse Dataįollow the steps below to add credentials and other required connection properties.This will automatically fill the Class Name field at the top of the form. Click the Find Class button and select the CDSDriver class from the results.In the create new driver dialog that appears, select the file, located in the lib subfolder of the installation directory.In the Driver Name box, enter a user-friendly name for the driver.

Click New to open the Create New Driver form. Open the DBeaver application and, in the Databases menu, select the Driver Manager option.


This article shows how to connect to Microsoft Dataverse data with wizards in DBeaver and browse data in the DBeaver GUI.Ĭreate a JDBC Data Source for Microsoft Dataverse Dataįollow the steps below to load the driver JAR in DBeaver. The CData JDBC Driver for Microsoft Dataverse implements JDBC standards that enable third-party tools to interoperate, from wizards in IDEs to business intelligence tools.
