Subject Re: [Firebird-Architect] Autonomous Transaction Routines
Author Alex Peshkov
On Friday 09 November 2007 18:37, Adriano dos Santos Fernandes wrote:
> FWIW, Oracle JVM running in database uses headless AWT.
>
> That means we can, for example, work with images but can't render GUI. :-)

If fbserver is installed as service, not interacting with desktop (required to
be not a LocalSystem owned process), we get exactly the same effect. ANd some
UDFs stp to work as expected - imagine in UDF:
MessageBox(...., MB_YESNO, ...)
How do you like such UDF?
(sorry for being offtopic here)