CodeDelphi

Quickly Build A DropBox Client App With A Delphi REST Library Using OAuth 2.0 Protocol

In this tutorial, you can learn about the OAuth2 protocol to download and upload files from DropBox. Overview DropBox REST ClientOAuth2 ProtocolREST Client Using TRESTClientREST Client Using Indy OAuth 2.0 OAuth 2.0 is the industry-standard protocol for authorization. REST Client Library The Embarcadero REST Library is a framework for accessing REST-based web…
Read more
C++DelphiIDERAD Studio

Quickly Build A Web Front End Using Delphi/C++ Builder With No Front End Web Technologies Knowledge

Surprised with the Title? Yes without knowledge of HTML, CSS, JavaScriptyou can build from Delphi/C++Builder your Web Front end using some of the Client/Server(FullStack) or Client-Focused third party web frameworks. Curious to know how these frameworks do this? This post will help you to understand. What does a web front end framework does exactly: Visual Layout Designed in IDE to render in…
Read more
CodeDatabaseDelphiRAD Studio

Learn How To Use The Oracle Continuous Query Notification (CQN) Feature With Delphi FireDAC On Windows

TheOracle_CQNsample shows you how to useContinuous Query Notificationwith Oracle databases using FireDAC. Location You can find theOracle_CQNproject at: Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to:Object Pascal\Database\FireDAC\Samples\DBMS Specific\Oracle\CQNSubversion Repository:You can find Delphi code samples…
Read more
DatabaseDelphi

Learn How To Modernize Your Database Apps For Windows 10 With FireDAC

The FireDAC is a universal data access library for developing applications for multiple devices, connected to enterprise databases. With its powerful universal architecture, FireDAC enables native high-speed direct access from Delphi and C++Builder to InterBase, SQLite, MySQL, SQL Server, Oracle, PostgreSQL, DB2, SQL Anywhere, Advantage DB, Firebird, Access, Informix, DataSnap, and more, including…
Read more