Re: User exits or PL/SQL Interface?
From: Russ Seligman <rseligma_at_oracle.com>
Date: 1995/06/29
Message-ID: <RSELIGMA.95Jun28212632_at_seinfeld.oracle.com>#1/1
Date: 1995/06/29
Message-ID: <RSELIGMA.95Jun28212632_at_seinfeld.oracle.com>#1/1
In article <3spqui$hfd_at_sun.cr.usgs.gov> Kevin Muhm <kmuhm> writes:
>...
>According to the Forms documentation, instead of writing user exits in
>4.5 I can link my barcoding functions to the forms via the PL/SQL
>interface. Have any of you done this successfully? I am not sure from
>reading the documentation whether the foreign functions should be
>compiled to a .obj file or to a library. I have also just got my hands on
>...
The foreign function interface in Developer/2000 is provided through a built-in PL/SQL package called ORA_FFI. It allows you to call functions in dynamic libraries (DLLs, for you Windows folks). ORA_FFI is fully documented in the Procedure Builder 1.5 Developer's Guide.
Russ Seligman "If there's nothing wrong with me, maybe Oracle Corporation there's something wrong with the universe." rseligma_at_us.oracle.com --Beverly Crusher, ST:TNG ===============================================================================Received on Thu Jun 29 1995 - 00:00:00 CEST