Re: ORA_FFI

From: tom goos <tgoos_at_roularta.be>
Date: Wed, 14 Feb 2001 17:03:33 +0100
Message-ID: <3a8aabd6$0$4902$5a62924d_at_news.skynet.be>


Thank you very, very, very much,

it WORKS!!

Bye,

Frank Scheldeman

"A. Bogomol" <bogomol_at_investbank.ru> wrote in message news:9455EAF0C99FD111B85B0060B067688A04A6DE2B_at_E40...
> > -- Op te roepen fuunctie vanuit PL/SQl block(in dat de geval de when
> >button pressed
> > PROCEDURE PJustifA(ZoekersTekst IN OUT VARCHAR2, JustCnf IN OUT
 VARCHAR2,
> >LengteInMM IN OUT VARCHAR2) IS
> >
> > pZoekersTekst VARCHAR2(1000) := RPAD(SUBSTR(NVL(ZoekersTekst,'
> >'),1,1000),1000,CHR(0));
> > pJustCnf VARCHAR2(257) := RPAD(SUBSTR(NVL(JustCnf,'
> >'),1,257),257,CHR(0));
> > pLengteInMM VARCHAR2(25):= RPAD(SUBSTR(NVL(LengteInMM,'
> >'),1,25),25,CHR(0));
> >
> > BEGIN
> > icd_justifa(fh_justifa, pZoekersTekst, pJustCnf, pLengteInMM);
>
> --------------------
> ZoekersTekst:=pZoekersTekst;
> JustCnf:= pJustCnf;
> LengteInMM:=pLengteInMM;
> ------------------------------
> > END PJustifA;
> >
> You've forgotten to write this piece of code.
> Good luck.
>
>
>
>
Received on Wed Feb 14 2001 - 17:03:33 CET

Original text of this message