[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

Re: [firebird-support] Procedure inside another procdure

2014-07-11 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 11-7-2014 17:31, Sergio Garcia sergiogarciar...@gmail.com [firebird-support] wrote: 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

[firebird-support] Synchronisation between two processes

2014-07-11 Thread Bryan Cole bryan.c...@teraview.com [firebird-support]
Hi, I have two client processes (on uptodate linux host) accessing a firebird database using the direct-file-access method (libfbembed.so). Most of the time, when a write transaction is committed in one process the data is visible in the second process more-or-less immediately. Sometimes