C++ has consistently dominated “Top Programming Languages” lists worldwide this year. With such a strong demand, C++ developers are well-positioned to experience a good problem: too much work.
You can join the presenter and C++Builder Product Manager, David Millington, to explore the features and functionality that set C++Builder apart by helping C++ developers worldwide build…
Quickly Learn How To Optimize Your Delphi Apps With ProDelphi In This CodeRage Replay
November 6, 2020
ProDelphi measures the runtime of Delphi programs. If a program is too slow, ProDelphi gives the necessary information to optimize it.
The principle ofsource code instrumenting, a sophisticated correction algorithm and the uniquegranularity of 1…
Embarcadero’s RAD Server provides a turn-key application foundation for rapidly building and deploying services-based applications using Delphi and C++Builder. RAD Server supports the REST (Representational State Transfer) protocol with JSON (or XML) parameter passing and…
Learn How To Implement A Custom Resource EMS Package To Extend RAD Server In Delphi
November 1, 2020
TheCustomLoginsample is a server-client EMS demo, that demonstrates how to implement custom Login and Signup endpoints in a custom resource.
It requires InterBase to be installed on the machine to connect to the EMS server. Make sure that the EMS Server is running before you run the client project.
Location
You can find theCustomLoginsample project at:
Start |…
Learn How To Use FireDAC To Work With A Firebird Database In Delphi
October 29, 2020
TheFirebirdgetting started sample shows how to use FireDAC with Firebird databases. This sample allows the user to do:
Temporaryconnection definitionat run time.Master-details relationship between datasets usingTFDQuery.Transactions handling…
Learn How To Populate A Database With Data Using An XML Document In This FireDAC Sample For Delphi
October 29, 2020
The FireDAC Database Connection creates a table (test_vs) and inserts data from anXML documentusing aFireDACdatabase connection.
Note: The connection to the database does not require authentication.
How to Use the Sample
Navigate to the…
EMS.NotesResource Sample is a server-client EMS demo.
It requires InterBase to be installed on the machine or to connect to a remote server. Make sure that the server is running before you run the sample. InterBase is used to store the information with the server connections. Use theRAD Server Consoleto display the statistics.
The first part consists of creating an EMS Package…
Newcomer's Perspective - FireDAC and SQLite
October 27, 2020
FireDAC is Embarcadero’s library for universal data access – connection to just about any database protocol you can find. It abstracts the protocol-level details and presents a common interface so developers can build their applications to be database agnostic…
TheMacrossample shows you how to use theMacrosproperty ofTFDQueryin order to parameterize parts of the SQL query. The sample allows you to modify the macro values at run time.
Location
You can find theMacrossample project…
Optimize Database Population Performance With Array DML In Delphi
October 25, 2020
This sample demonstrates how to use Array DML in FireDAC and compares its performance for different array sizes.
Location
You can find theArrayDMLsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to:Object Pascal\Database\FireDAC\Samples\Comp Layer\TFDQuery\ExecSQL\ArrayDMLSubversion Repository:You can find Delphi code…