![]() |
VOOZH | about |
Embarcadero RAD Studio provides a development environment for Delphi and C++Builder applications. With the CData ODBC Driver for Smartsheet, you gain access to live Smartsheet data within RAD Studio, abstracting the data into tables, views, and stored procedures that can be used to both retrieve and update Smartsheet data. This article will walk through connecting to Smartsheet using the Data Explorer.
CData provides the easiest way to access and integrate live data from Smartsheet. Customers use CData connectivity to:
Users frequently integrate Smartsheet with analytics tools such as Tableau, Crystal Reports, and Excel. Others leverage our tools to replicate Smartsheet data to databases or data warehouses.
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.
Smartsheet uses the OAuth authentication standard. To authenticate using OAuth, register an app to obtain the OAuthClientId, OAuthClientSecret, and CallbackURL connection properties.
However, for testing purposes you can instead use the Personal Access Token you get when you create an application; set this to the OAuthAccessToken connection property.
You can create a simple application for displaying Smartsheet data by utilizing the CData FireDAC Components for Smartsheet and a new VCL Forms Application:
Create a new VCL Forms application and drag a table (for example: Sheet_Event_Plan_Budget) 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 Sheet_Event_Plan_Budget 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 Smartsheet ODBC Driver to get started:
Download NowLearn more:
๐ Smartsheet IconThe Smartsheet ODBC Driver is a powerful tool that allows you to connect with live data from Smartsheet, directly from any applications that support ODBC connectivity.
Access Smartsheet Sheets, Contacts, Folders, Groups, Users, etc. through a standard ODBC Driver interface.