![]() |
VOOZH | about |
Embarcadero RAD Studio provides a development environment for Delphi and C++Builder applications. With the CData ODBC Driver for Microsoft Dataverse, you gain access to live Microsoft Dataverse data within RAD Studio, abstracting the data into tables, views, and stored procedures that can be used to both retrieve and update Microsoft Dataverse data. This article will walk through connecting to Microsoft Dataverse using the Data Explorer.
CData provides the easiest way to access and integrate live data from Microsoft Dataverse (formerly the Common Data Service). Customers use CData connectivity to:
CData customers use our Dataverse connectivity solutions for a variety of reasons, whether they're looking to replicate their data into a data warehouse (alongside other data sources)or analyze live Dataverse data from their preferred data tools inside the Microsoft ecosystem (Power BI, Excel, etc.) or with external tools (Tableau, Looker, etc.).
If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.
You can connect without setting any connection properties for your user credentials. Below are the minimum connection properties required to connect.
When you connect the Common Data Service OAuth endpoint opens in your default browser. Log in and grant permissions. The OAuth process completes automatically.
You can create a simple application for displaying Microsoft Dataverse data by utilizing the CData FireDAC Components for Microsoft Dataverse and a new VCL Forms Application:
Create a new VCL Forms application and drag a table (for example: Accounts) onto the form.
๐ Placing the Table on the Form. (Salesforce is shown.)Right-click on the object, bind visually, and link everything (*) to a new control (TStringGrid).
๐ Visually Binding the Table. (Salesforce is shown.)Arrange the TStringGrid on the form and run the application to see the Accounts data.
๐ The Table data on a Form. (Salesforce is shown.)Below you can find other articles for using the CData ODBC Driver with RAD Studio, Delphi, and C++ Builder.
Download a free trial of the Microsoft Dataverse ODBC Driver to get started:
Download NowLearn more:
๐ Microsoft Dataverse IconThe Microsoft Dataverse ODBC Driver is a powerful tool that allows you to connect with Microsoft Dataverse, directly from any applications that support ODBC connectivity.
Access Microsoft Dataverse like you would a database - access entities through a standard ODBC Driver interface.