Re: Calling external application

From: Gabriel Radu <gabriel.radu_at_znt.de>
Date: 13 Jun 2001 08:13:41 -0700
Message-ID: <d9d350a7.0106130713.7c487dc4_at_posting.google.com>


If you want to call an .exe file form a Forms application, you can try to use : HOST(system_command_string VARCHAR2);
or , better :

Win_API_Shell.Winexec(Command IN	VARCHAR2,
 WindowStyle 	IN	PLS_INTEGER DEFAULT WIN_API.SW_SHOWNORMAL,
 RaiseExceptions	IN	BOOLEAN DEFAULT FALSE);
(you must attach the d2kwutil.pll library from ...\ORANT\TOOLS\DEVDEM60\DEMO\FORMS\)

If you want to use external procedures , you need to create a .dll .

primoz.zavbi_at_abit.si (Primoz Zavbi) wrote in message news:<569a56d1.0106130141.1d22c5c1_at_posting.google.com>...
> Hello.
>
> We are using oracle 8.0.5 database on WinNT.
> I need to call an external application (exe file) from an Oracle Trigger or
> Procedure.
> I think this is possible with external procedures, but you need
> to create library and other configurations.
>
> So if anybody has any advice how to make this call
> I would greatly appreciate.
>
> Primoz.
Received on Wed Jun 13 2001 - 17:13:41 CEST

Original text of this message