News

InterBase and Python

Author: Gabe Goldfield   Install PyDev using the Eclipse IDE The instructions for installing PyDev are here:http://www.pydev.org/manual_101_install.html In the Eclipse IDE I chose Help > Install Updates and Entered the URL for PyDev Install Python3.4 I chose the Windows x86 .msi installer from here https://www.python.org/downloads/release/python-342/ and installed to C:Python34_2 Configure…
Read more
News

JEDI libraries now in GetIt Package Manager

Author: Luis Navarro Hello. I’m very pleased to announce that the popular JEDI libraries are now available in the GetIt Package Manager catalog.      For those who don’t know these libraries, the JEDI Code Library (JCL) consists of a set of thoroughly tested and fully…
News

New per-DPI awareness in VCL applications

Author: Luis Navarro In RAD Studio 10 Seattle, we’ve added per-DPI awareness in the VCL. This means that, when moving a form from one monitor to another one that has different DPI, the VCL form and the controls will be rescaled according to the new DPI, with no specific…
News

RAD Studio 10 Seattle New Code Samples and Snippets

Author: Brian Alexakis     Windows 10 VCL Controls     Quickly and Easily Bring Your VCL App to Windows 10 Trusted by millions of developers worldwide, the VCL (Visual Component Library) is a set of visual components for rapid development of Windows applications in the…
News

10 Quick Tips & Tricks for SQL Server Developers

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…