SQLJ, Arrays and Nested tables

From: Steve Haynes <steve_at_rwx777.demon.co.uk>
Date: 2000/04/28
Message-ID: <2bIdQLASYcC5EwLm_at_rwx777.demon.co.uk>#1/1


Hi All,

An interesting one methinks.

I have an object table thus:
(
col a
col b
nested table comprising col c, col d.
)

In sqlj, I want to insert a row with c and d being an array, but I'm getting unsupported data type errors (108) on cols c and d.

Ideally I'm like to do array inserts on
the table with cols a and b being arrays and cols c and d being two dimensional arrays but that might be pushing my luck.

I could fall back on pro*c, but I'd quite like to introduce objects/java to the workplace.

Any thoughts appreciated.

Steve Received on Fri Apr 28 2000 - 00:00:00 CEST

Original text of this message