[firebird-support] How to do a local backup with TIBBackupService?

2017-05-10 Thread Sergio Garcia sergiogarciar...@gmail.com [firebird-support]
Hi. We are using Firebird v2.5.7, with Delphi 2007 and its native controls for Interbase (TIB ...). Using the TIBBackupService control we do not get the file to be stored on the client station. It seems that it looks for the paths in the server. So it only works on the station where the Firebird se

[firebird-support] Procedure inside another procdure

2014-07-11 Thread Sergio Garcia sergiogarciar...@gmail.com [firebird-support]
Hi All. Can I create a procedure inside another procedure? Something like this: SET TERM ^; RECREATE PROCEDURE proc AS DECLARE VARIABLE tmp INTEGER; PROCEDURE insideproc AS BEGIN <.> END; BEGIN <.> END; SET TERM ;^ Best regards, Sergio