Getting Started
Connecting from RAD Studio
The CData FireDAC Components for Pinterest implement the standard FireDAC classes and integrate Pinterest into RAD Studio wizards. You can access the components from the RAD Studio Tool Palette and use the components alongside standard FireDAC classes like TFDQuery, TFDManager, and TFDConnection.
Connecting from Pinterest
See Establishing a Connection to connect with the Data Explorer and FireDAC Connection Editor wizards.
Pinterest Version Support
The component leverages the Pinterest API to enable bidirectional access to Pinterest.See Also
- See Creating VCL Applications to use the Form Designer to create a simple VCL application that queries Pinterest.
- See Writing Data Access Code to create TFDConnection objects. See Connection Definitions for other ways to create connections, with TFDManager for example.
- See Using the FireDAC Components for Pinterest-specific examples of executing prepared statements, discovering schemas, and writing other data access code.