This sample uses theConnectionDefNameproperty of theTFDConnectionto specify the name of the connection definition to use.
Location
You can find theTFDConnection\InfoReportsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to:Object Pascal\DataBase\FireDAC\Samples\Comp Layer\TFDConnection\InfoReport.GitHub…
Build High Performance REST Services With This Server-Client EMS FireDAC Demo In Delphi
October 21, 2020
This sample demonstrates how to use an EMS package to extend the EMS Server to connect to an SQLite database using FireDAC components.
he sample accesses an SQLite database. The connection parameters are defined in the TFDConnection component. If you experience problems…
Learn How To Take Your Cross-Platform Development To The Next Level With Delphi FireUI
October 21, 2020
With the all-new FireUI Multi-Device Designer, design user interfaces across multiple devices using a master form to share all user interface code, then optimize derived views for each target platform and device. The existing native Desktop styles have been extended to cover…
Adversary Emulation Planning Tool Built In Delphi
October 20, 2020
Developer Nader Shallabi has an adversary emulation planning tool called ATT&CK™ View which is built in Delphi. It is a utility for use with MITRE™ ATT&CK™. MITRE™ ATT&CK™ is a “globally-accessible knowledge base of adversary tactics and techniques based on real-world observations“. ATT&CK™ View helps defenders in designing adversary emulation plans. It…
In this CodeRage session, we’ll create a simple real-time multi-platform chat application in RAD Studio using the Devart SecureBridge component called TScHubConnection, which implements the functionality of a SignalR client.
What can you do with…
Learn How Easy It Is To Connect To Microsoft SQL Server Using FireDAC In RAD Studio
October 20, 2020
Connecting to Multiple Enterprise Databases is no more a time consuming task in making connections and login to databases. FireDAC is a Universal Data Access library for developing applications for multiple devices, connected to enterprise databases. With its powerful…
Learn About Powerful WebSockets Solutions For Delphi
October 20, 2020
TheWebSocket is a communication protocol, that makes it possible to open a two-way interactive communication session between the user’s browser and a server. With this, you can send messages to a server and receive event-driven responses without having to poll the server for a reply.
Applications that require Real-time data streaming, Synchronization uses WebSocket primarily. Most…
RAD Studio with Delphi - The Original Low Code!
October 19, 2020
These days low-code development is en vogue. Various research groups, such as Gartner, put the low-code application development platform market at ~$10M billion in 2019 and project CAGR to be greater than 20% from 2020 to 2027. In contrast, the market for developer tools has…
KisKis The Crazy Social Network For Android And iOS In Delphi
October 19, 2020
KisKis is a mobile social network built in Delphi FireMonkey . Available in both the Android and iOS app stores, it exemplifies what FireMonkey is capable of. KisKis is free to download and use, but they do advertise a premium service. KisKis runs at 60 frames per second on…
Most of the time when developing multi-device applications we developers may need to create screens on top of another( e.g., Dialogs). Thinking? we have built-in dialogs to do that Job, then why this post? These dialogs are for showing standard messages with standard controls and don’t help to organize multiple graphical controls under the same parent. To give a better user experience, we…