Re: type table in forms trigger

From: Joe Brown <joe_at_hopi.dtcc.edu>
Date: 29 Oct 1998 16:45:19 GMT
Message-ID: <71a62v$a17$1_at_apache.dtcc.edu>


Also not available in froms 4.5 (pl/sql r1.1)

Forms 5.0 & > supports pl/sql r2.3

(Is Forms 5 still only available on MS Windows?)

In article <3638623F.3C3F4090_at_deagostini.it>, Andrea Cannaos <Andrea.Cannaos_at_deagostini.it> wrote:
>
>
>Pieter-Jan wrote:
>
>> hello,
>>
>> I've tried to declare a table the following way
>>
>> type my_table is table of number index by binary integer
>
>TYPE my_table IS TABLE OF NUMBER INDEX BY BINARY_INTEGER;
>
>BYNARY_INTEGER is a NUMBER subtype
>
>After you need to declare a variable (the real array)
>
>var1 my_table;
>var2 my_table;
>
>>
>>
>> this doesn.t work. I've heard something about differences between
>> pl/sql and sql in a forms trigger, is that the reason why??
>
>What does it means ? You can use it starting from PL-SQL 2 (for example
>not in Forms 3.0)
>
>>
>>
>> thanks
>>
>> pieter-jan
>
>
>
>--
> \\\\////
> &( oo )&
>========oOO==(__)==OOo========
>| |
>|Andrea.Cannaos_at_deagostini.it|
>| |
>==============================
> || ||
> (__) (__)
>
>

--
(: Joe Brown :)				      joe_at_apache.dtcc.edu
I believe Wine is going to be great if it ever gets finished. . .
I believe Linux _is_ great even though it's not finished! ! !
I believe you have my address.  :-)
Received on Thu Oct 29 1998 - 17:45:19 CET

Original text of this message