The Wiert Corner - irregular stream of stuff: jpluimers
Hadn’t been doing SOAP in Delphi for a while, and needed to send some Delphi data structures over the write where both Client and Server were going to be Delphi.These links helped...
View ArticleFirebird News: A Foreign Data Wrapper (FDW) for Firebird
Bert Herngreen pointed me to this page: http://sql-info.de/postgresql/notes/firebird-foreign-data-wrapper-fdw.html. Maybe it can be useful to someone.
View ArticleBehind the connection: TIniFile for Android and Windows
When writing cross platform applications, you are faced with different ways of doing thing depending on the platform. Thanks to the OOP paradigm, we may encapsulate those things in a class and create...
View ArticleFirebird News: Android port of the Firebird Jdbc driver (Jaybird) 2.2.4 is...
New version for Android Jaybird is released This is a port of the Firebird Jdbc driver (Jaybird) You can check what is new in Jaybird 2.2.4 from the official announcement page ps: You can download...
View ArticleFirebird News: TurboBird 1.0 stable version is released
TurboBird 1.0 is released as a stable version
View ArticleDelphiTools.info: Globals Storages in DWScript
DWScript has a “Globals” facility that allows storing and sharing data across scripts living in the same executable. The first are Global Vars, and is a Key-Value storage, the second are Global Queues,...
View ArticleFirebird News: ANN: Firebird Maestro 14.1 released
SQL Maestro Group is pleased to announce the release of Firebird Maestro v. 14.1, a powerful Windows GUI solution for Firebird administration and database development. New version introduces support...
View ArticleFirebird News: IBX for Lazarus 1.0.5 Released
IBX for Lazarus 1.0.5 is now available for download from http://www.mwasoftware.co.uk/ibx This is a very minor update from 1.0.4 to ensure compatibility with fpc 2.6.4. The specific issue is the...
View ArticleFirebird News: Advanced Data Generator 3.2.0 released
Upscene Productions announces the release of: “Advanced Data Generator 3.2.0″ A fast test-data generator tool that comes with a library of real-life data, can generate data to your database, SQL script...
View ArticleDelphiTools.info: Who purchased the Delphi you use?
Inspired by a recent question by Bruce McGee in the Delphi non-tech forum, here are a couple of mini-polls. Who purchase the Delphi you use? Do you use Delphi for work, hobby or both?
View ArticleFirebird News: Spanish blog about Firebird
There is a blog about firebird at http://firebird21.wordpress.com/ His author posts almost every single day since March 2013 News via Linkedin Firebird community
View ArticleFirebird News: Generate PDF output from Firebird SQL data
Here is a demo program that shows how to generate PDF output from a Firebird database, using xtopdf PDF creation toolkit and the fbd Python driver for Firebird.
View ArticleBehind the connection: Programming Android and iOS Devices and Gadgets
Our modern world is full of programmable and interactive devices. Delphi and C++Builder can be used to work with these devices and gadgets in innovative ways and extend your apps in ways you never may...
View ArticleThe Podcast at Delphi.org: Connecting to Any Android with ADB via USB
I’ve seen other attempts at universal ADB (Android Debug Bridge) drivers, but I’ve tested those and not had any luck. The following steps have worked for a wide variety of devices that I’ve tested it...
View ArticleThe Podcast at Delphi.org: Launching a Delphi XE5 App via Voice on Google Glass
Building a running an app on Google Glass is easy with Delphi XE5, but what about integrating it into the Glass menu system and launching it with a voice command? Turns out that is pretty easy...
View ArticleBehind the connection: TIniFile for Windows and Android (Source code)
I made available a zip file with the full source code for my TIniFile class compatible with both Windows and Android. You need Delphi XE5 to compile it for Android and a reasonably recent Delphi to...
View Articlewhile true do;: Sending Android Intents from Delphi (Part 2)
Some months ago I wrote a post with title “Sending Android Intents from Delphi (Part 1)”. In that post I promised to write a 2nd part… here’s it is! This time I want to play a video deployed with my...
View ArticleLazarus Team Anouncements: Announcment: RC2 for the upcoming Version 1.2.
The Lazarus team would like to announce the second Release Candidate for the upcoming Version 1.2.We invite all users to test this Release Candidate.Please read here why everybody really should join...
View ArticleDelphiTools.info: DataBasePool in DWScript
A recent addition to dwsDataBase is the DataBasePool static class. As the names indicates, it facilitates pooling database connections from the script-side, while previously you had to rely on Delphi...
View ArticleThe Podcast at Delphi.org: Skeuomorphic No More?
Skeuomorph is compounded from the Greek: skéuos (container or tool), and morph (shape). It describes something that possess additional ornamentation indicative of its inspiration. It is used to...
View Article