FireDAC Components for Zoho Books

Build 22.0.8462

Using the FireDAC Components

This section goes into more detail on using the CData FireDAC Components for Zoho Books alongside other FireDAC components.

Defining a Connection

There are a wide variety of methods for establishing a connection with the components. Connection Definitions details several of these methods, such as using TFDManager and TFDConnection objects, as well as explicitly defined connection definition files.

Writing Data Access Code for Zoho Books in FireDAC

The following sections show how to access any of the capabilities of the CData FireDAC Components for Zoho Books in RAD Studio.

Querying Data

Use the TFDQuery class for Querying Data. This section outlines how to use TFDQuery from the Design Editor as well as directly from code.

Prepared Statements

Prepared Statements allow you to prepare queries without the need for recompiling identical queries each time.

Executing Stored Procedures

Executing Stored Procedures describes how to use the TFDStoredProc or TFDQuery objects to prepare and execute supported stored procedures.

Schema Discovery

Metadata can be surfaced from Zoho Books using the TFDConnection and TFDMetaInfoQuery classes. Schema Discovery details the process for listing tables/views, their columns, and their primary keys.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462