varray with form5.0 [message #78426] |
Sat, 23 February 2002 01:29 |
vaishalee
Messages: 1 Registered: February 2002
|
Junior Member |
|
|
hi
how do we use varray objects with the help of D2K as front end?(if yes,will varray work with form5.0 )?
thanks,
vaishalee
|
|
|
|
Re: varray with form5.0 [message #78477 is a reply to message #78426] |
Tue, 26 February 2002 01:25 |
pratap kumar tripathy
Messages: 660 Registered: January 2002
|
Senior Member |
|
|
sorry about my last posting
these are the facts for form 6i release
------------------
Not all Oracle8 features are currently supported across this release. The major unsupported features are:
**Collection types (nested tables and varying arrays, or varrays)
**Stored procedures that return object values
**Scalar datatypes NCHAR and NVARCHAR2.
You should also be aware that, although this release does support PL/SQL 8, client-side PL/SQL 8 does not yet fully support all the features in the Oracle8 Server. (Server-side PL/SQL 8 support is complete.)
|
|
|
|
Re: varray with form5.0 [message #239910 is a reply to message #81559] |
Wed, 23 May 2007 11:16 |
NizamUlMulk
Messages: 11 Registered: May 2007 Location: Paraguay
|
Junior Member |
|
|
Have you any answer about your quuestion?.
Do you know how can I do a table in Form 4.5?
Ex.:
TYPE detail IS RECORD(
subject varchar2(30),
group varchar2(30),
sum_value number);
TYPE manager IS TABLE OF registro;
This throws an exception for the compiler.
How can I do same?. I need do it in memory, withou accessing database!
|
|
|
Re: varray with form5.0 [message #244489 is a reply to message #239910] |
Wed, 13 June 2007 02:01 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Do the definitions in a package and use various procedures to move the data back and forth to the Form.
David
|
|
|