Quickly Learn How To Fetch A Table Using FireDAC In This IFDPhysCommand Delphi Sample
January 26, 2021
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:
Prepare a SELECT command.Define the structure of the DatS table.Open the command interface.Fetch the table.Print the fetched rows
Location
You can find the FetchTables sample project at:
Start | Programs |…




