[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

[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

[firebird-support] Optimal variant

2013-01-30 Thread Sergio Garcia
Hi all. I wonder which of these two variants is optimal, the objective is to select data depending on the input parameters: 1 variant - The selection procedure involves all joins: SET TERM ^; CREATE PROCEDURE my_select_proc ( param1 TYPE OF COLUMN table1.field1, param2 TYPE OF

[firebird-support] The data is not displayed correctly using UTF8

2012-02-23 Thread Sergio Garcia
Hi. We created a DB with UTF8 as Default character set (SS v2.5.1.26351). In FlameRobin we see the data correctly (Canadá), however from the Delphi (v6), using native controls at palette Interbase, the data is not displayed correctly (Canadá). In Delphi the connection is made using TIBDatabase