Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Blog

Digital Innovation Partner

Database migration [from Firebird 1.5 to Firebird 2.5]

[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

Ubuntu Phone – one system everywhere

Happy 2013, the first news is Ubuntu Phone. In this video you can have a preview of this mobile system, presented by Mark Shuttleworth:

BUON NATALE!!!

nice C++ tutorial for beginners, from embarcadero

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:

about DNS speed and configuration on Ubuntu 12.04

Hi, things have changed from when you have to add nameserver in file /etc/resolv.conf In case of a static configuration in /etc/network/interfaces is possible to add nameservers right here, with the following syntax

As you can see is possible to define multiple nameservers. I will use Google public DNS for resolution because it run…
Leggi tutto

Firebird: inserire una procedura parametrica con ritorno di dati in una Join

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 :

ma questo sistema non funziona dato che all’interno della from non verrebbero elaborati i dati della prima tabella e avremmo un errore non formale…
Leggi tutto