Re: Calling DLL in Oracle Forms 4.5 and the parameter pass

From: Jim Drumheller <drumhell_at_rci.rutgers.edu>
Date: 1996/03/26
Message-ID: <4j7hg2$ri6_at_earth.njcc.com>#1/1


e6688722_at_est.fib.upc.es wrote:

>Hi everybody !!!

>I' m interested in how can i call dll developed by my for its use
>in Oracle Forms 4.5 for Windows as well as the parameter pass.

>Anybody can help me ??
 

>Kind Regards

Run the the Oracle "demo" FORM called FFIGEN which is delivered with FORMS 4.5. In this utililty you define the DLL, calling style and inuput parameters and return value if any. This program then generates a .PLD (text file). Open FORMS IDE and choose: File/Administration/Convert. Follow instructions to conver text .PLD to binary .PLL libary file. This library contain a PL/SQL Package with PL/SQL prcedure calls to your DLL. For more info check the FORMS Built in Packages and the ORA_FFI package.

I recommend you contact your Oracle Rep who can get you a White Paper presented at IOUG last September, which detailed this process. Received on Tue Mar 26 1996 - 00:00:00 CET

Original text of this message