Il famoso report designer per C++, Delphi e DotNet è ora disponibile nella varsione per il framework grafico Firemonkey. Grazie a quest’estensione di Fast-Report è possibile combinare designer e engine-report in applicazioni cross-platform. Il nome del progetto è appunto fastreportFMX , questo tool è ovviamente compatibile con le versioni di rad-studio dalla XE2 in su.…
Leggi tutto
[lang_en] One of the best solution to migrate a firebird db is to backup a database and restore it in a new version. Assuming we are using a linux version of firebird for backup you can use the common gbak (the same in windows). The only problem that i found is charset encoding that you…
Leggi tutto
Happy 2013, the first news is Ubuntu Phone. In this video you can have a preview of this mobile system, presented by Mark Shuttleworth:
Those sections of C++ tutorials are very simple. Otherwise they explain the differences between Delphi (pascal) language and C++. Good job: Session 1: Session 2:
Supponiamo di avere una procedura che richiede parametri e restituisce un result set di dati, per evitare di fare infinite subquery si penserebbe di poterla mettere in join tipo : select a.idcontatto, t.val_added from anagrafiche a, test_function(a.idcontatto) t ma questo sistema non funziona dato che all’interno della from non verrebbero elaborati i dati della prima…
Leggi tutto