Dev 6 Form based on Java stored proc

From: <cfischer_at_iname.com>
Date: Mon, 27 Dec 1999 21:01:26 GMT
Message-ID: <848jnk$m81$1_at_nnrp1.deja.com>



I'm trying to build a block in a Dev 6 form that is based on a stored proc. This is trivial to do with PL/SQL. But now I want to use a Java stored proc.

It appears that there is no way for server-side Java to map PL/SQL tables of records (which the Form needs to work) to Java objects.

I tried having the PL/SQL stub pass back a PL/SQL table of Oracle objects, but Forms gave me a nice error when I tried to generate that said "RPC's cannot use variables with schema-level user-defined types in this release" or in other words "we wanted to support that but couldn't do it before the product needed to ship".

Any suggestions? Much thanks!

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Dec 27 1999 - 22:01:26 CET

Original text of this message