Subject Re: [ib-support] Message to user
Author Paul Reeves
On Sat, 20 Apr 2002 20:13:55 +0200, Ralf Grenzing wrote:
>
>Is there a possiblility to show something to the user without using
>a exception which rollback the transaktion?  Or must I use a out put
>parameter for that? For instance if a want to inform the user that
>his operation is done or just for debug resonses?
>

This really is application specific. Only you know what your program is doing and what kind of messages you want to pass your users. You need to use whatever features that are available in the programming environment that is calling Firebird (or InterBase).

>And the same question for isql: is there a possibility to write
>somethhing in the output file to inform the user, what the script
>has done?

Take a look at the shell command. It will allow you to call echo. You can embed this in the script. Don't forget to use -m so as to merge the error stream with the output stream.


Paul
--
Paul Reeves
http://www.ibphoenix.com
Supporting users of Firebird and InterBase