https://github.com/jimmckeeth/firedac-secret-weapons
A few of the secrets of skyrocketing Delphi data manipulation with FireDAC
https://github.com/jimmckeeth/firedac-secret-weapons
Last synced: 3 months ago
JSON representation
A few of the secrets of skyrocketing Delphi data manipulation with FireDAC
- Host: GitHub
- URL: https://github.com/jimmckeeth/firedac-secret-weapons
- Owner: jimmckeeth
- License: mit
- Created: 2024-08-12T19:29:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-05T16:32:11.000Z (8 months ago)
- Last Synced: 2024-12-30T06:11:50.772Z (5 months ago)
- Language: HTML
- Size: 25.2 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FireDAC: Your Ultimate Dataset Secret Weapon
The slides and samples from my session as part of Dev Days of Summer 2024
Elevate your data manipulation skills with FireDAC in this advanced session. Learn how to import, export, and migrate data efficiently in batches. Discover the power of executing SQL across diverse data sources, including joining tables from different databases. Explore techniques for working with NoSQL databases and even managing data without a database using in-memory datasets. This session will equip you with the tools to handle complex data scenarios with ease and precision.See also [FireDAC Fundamentals](https://github.com/jimmckeeth/FireDAC-Fundamentals) session
## Samples
* [Simple TFDMemTable sample](https://github.com/jimmckeeth/FireDAC-Secret-Weapons/tree/main/SimpleMemTable)
* [Simple TFDLocalSQL sample](https://github.com/jimmckeeth/FireDAC-Secret-Weapons/tree/main/SimpleLocalSQL)## Slides
* [PDF](https://github.com/jimmckeeth/FireDAC-Secret-Weapons/blob/main/Slides/FireDAC%20Secret%20Weapons.pdf)
* [PowerPoint](https://github.com/jimmckeeth/FireDAC-Secret-Weapons/blob/main/Slides/FireDAC%20Secret%20Weapons.pptx)
* [HTML](https://github.com/jimmckeeth/FireDAC-Secret-Weapons/blob/main/Slides/FireDAC%20Secret%20Weapons.html)