Using the FireDAC Components
This section goes into more detail on using the CData FireDAC Components for Microsoft OneNote 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 Microsoft OneNote in FireDAC
The following sections show how to access any of the capabilities of the CData FireDAC Components for Microsoft OneNote 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.
Manipulating Data
The TFDQuery class can also be used for Manipulating Data. Data manipulation queries can be easily executed using TFDQuery's ExecSQL method.
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 Microsoft OneNote using the TFDConnection and TFDMetaInfoQuery classes. Schema Discovery details the process for listing tables/views, their columns, and their primary keys.