Quickly Learn How To Fetch A Table Using FireDAC In This IFDPhysCommand Delphi Sample
January 26, 2021 by Konstantin Tomov
The sample uses the Для просмотра ссылки Войдиили Зарегистрируйся interace to Для просмотра ссылки Войди или Зарегистрируйся from the current command cursor in the DatS table. To this end, the sample Для просмотра ссылки Войди или Зарегистрируйся interface to:
Для просмотра ссылки Войдиили Зарегистрируйся
Для просмотра ссылки Войдиили Зарегистрируйся
January 26, 2021 by Konstantin Tomov
The sample uses the Для просмотра ссылки Войди
- Для просмотра ссылки Войди
или Зарегистрируйся a SELECT command. - Для просмотра ссылки Войди
или Зарегистрируйся the structure of the DatS table. - Для просмотра ссылки Войди
или Зарегистрируйся the command interface. - Для просмотра ссылки Войди
или Зарегистрируйся the table. - Print the fetched rows
Location
You can find the FetchTables sample project at:- Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to:
- Object PascalDatabaseFireDACSamplesPhys LayerIFDPhysCommandFetchTables
- Subversion Repository:
- You can find Delphi code samples in Для просмотра ссылки Войди
или Зарегистрируйся. Search by name into the samples repositories according to your RAD Studio version.
- You can find Delphi code samples in Для просмотра ссылки Войди
How to Use the Sample
- Navigate to the location given above and open FetchTables.dproj.
- Press F9 or choose Run > Run.
- Click on the Use Connection Definition combo box and select an option.
Files
File in Delphi | Contains |
---|---|
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:- A Для просмотра ссылки Войди
или Зарегистрируйся object labeled as Use Connection Definition.When you click the Use Connection Definition combo box, the menu shows all the persistent connections defined on the file C:UsersPublicDocumentsEmbarcaderoStudioFireDACFDConnectionDefs.ini. Select an option in order to Для просмотра ссылки Войдиили Зарегистрируйся to a database. When the connection is defined, the sample uses the Для просмотра ссылки Войдиили Зарегистрируйся method of Для просмотра ссылки Войдиили Зарегистрируйся to create a command interface. Then, the sample use some methods of this command interface to fetch rows from a table. Finally, the sample displays the fetched data using a Для просмотра ссылки Войдиили Зарегистрируйсяobject.To fetch data from a table, the sample implements the following steps:- First, the sample uses the Для просмотра ссылки Войди
или Зарегистрируйся method in ordert to prepare the following SQL SELECT command: 'select * from {id Shippers}'. - Secondly, the sample uses the Для просмотра ссылки Войди
или Зарегистрируйся method in order to define the structure of the DatS table. - Thirdly, the sample calls the Для просмотра ссылки Войди
или Зарегистрируйся method to open the command interface created by the Для просмотра ссылки Войдиили Зарегистрируйся method of Для просмотра ссылки Войдиили Зарегистрируйся. - Finally, the sample calls the Для просмотра ссылки Войди
или Зарегистрируйся method in order to fetch rows from the DatS table.
- First, the sample uses the Для просмотра ссылки Войди
- A Для просмотра ссылки Войди
или Зарегистрируйся object named Console. The sample uses this object to display the data fetched from the table.
Для просмотра ссылки Войди
Для просмотра ссылки Войди