We continued our webinar with a look at how ridiculously fast and easy it is to create cross-platform apps with RAD Studio and connect to a variety of databases. One of the great strengths of RAD Studio, and particularly Delphi and C++ Builder is how it can use components like FireDAC to connect to almost any database system there is available. In the webinar I looked at the range of built-in…
10 Quick Tips & Tricks for SQL Server Developers
July 8, 2015
Author: Embarcadero USA
Here are 10 quick SQL Server tips and tricks for database developers compiled by SQL Server expert Pinal Dave.
For inefficient query plans: Check for issues with bad cardinality estimates.
The maximum degree of parallelism can be limited server-wide…
3 Cool SQL Server TSQL Snippets for Productivity
October 27, 2014
Author: Tim DelChiaro
Nobody would want to shy away from some help. This is second to human nature and we never try totalk it out explicitly. When at work, if we can surely get help from our colleagues when it comes to driving the deadlines and completing it ahead of…
Author: Wayne S8181
Monday, July 14, 2014: Lesson 3 – Accessing Local Storage and Data
In this lesson, we explore local storage covering a range of options including using INI files and local document storage. This lesson will also show how to use FireDAC database access components to connect to and use local SQLite, InterBase IBLite and IBToGo. You will understand the core concepts when…
Simple Database and Data access in Delphi XE5 for iOS and Android
September 18, 2013
Author: Blaise Þ
With the release of Delphi XE5 for iOS and Android developers now have several options for connecting to databases and data both on the devices themselves as well as via our DataSnap multi-tier technology; REST application services, REST, SOAP, and XML…
Delphi JSON Viewer
October 1, 2010
Author: Michael K22532
JSON support has been introduced in Delphi 2010 as a part of DBExpress database driver architecture, but of course JSON support is not limited to just database applications. JSON is similar to XML as both are text-based data interchange formats.
Delphi…