Subject RE: [firebird-support] equivalent of Oracle Dbms_output.put_line in Firebird
Author Alan McDonald
>
> Hi All
>
> I want to produce a log file through Stored Procedure.Is there
> any way we can print to text file from firebird like oracle's
> Dbms_output.put_line.
>
>
>
> Shailesh

create an external table and insert records into it. They are not subject to
transaction control
Alan