DOA 3.3.2
Oracle 8.1.7
C++Builder 5
I'm trying to use an object variable to call a procedure using a VARRAY type, defined as:
create or replace type my_array as VARRAY(50) of number
And I get an access violation when I try this:
TOracleObject* obj = new TOracleObject(session, "my_array", "");
This seems to be quite simple. What's the trick ?
------------------
St
Oracle 8.1.7
C++Builder 5
I'm trying to use an object variable to call a procedure using a VARRAY type, defined as:
create or replace type my_array as VARRAY(50) of number
And I get an access violation when I try this:
TOracleObject* obj = new TOracleObject(session, "my_array", "");
This seems to be quite simple. What's the trick ?
------------------
St