Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Quickly Learn How To Fetch A Table Using FireDAC In This IFDPhysCommand Delphi Sample

The sample uses the IFDPhysCommand interace to fetch rows from the current command cursor in the DatS table. To this end, the sample creates a command interface to:

Location

You can find the FetchTables sample project at:

How to Use the Sample

  1. Navigate to the location given above and open FetchTables.dproj.
  2. Press F9 or choose Run > Run.
  3. Click on the Use Connection Definition combo box and select an option.

Files

File in DelphiContains
FetchTables.dproj
FetchTables.dpr
The project itself.
fFetchTables.pas
fFetchTables.fmx
The main form.

Implementation

When you run the application, you see the following components that are configured on run time:

Please refer to the link below for more details about this sample:

http://docwiki.embarcadero.com/CodeExamples/Sydney/en/FireDAC.IFDPhysCommand.FetchTables_Sample

Head over and check out the full source code for this FireDAC FetchTables Object Pascal sample on Embarcadero’s GitHub.

Exit mobile version