OO4O supported datatypes ?

From: <fuckingstupid_at_my-deja.com>
Date: Wed, 13 Dec 2000 15:51:32 GMT
Message-ID: <9185tv$nge$1_at_nnrp1.deja.com>


Using Oracle classes , in c++

I have a stored procedure which has a parameter of this type

    type tdata is table of varchar2(16) index by binary_integer     type taction is table of number index by binary_integer;

procedure get_items(comp in number, data out tdata, action out taction)

I want to call this using ExecuteSql but not sure how. Actually at this point I don't think I can I think my only option now is to concede oh wait I was thinking of someone else. I think my only option is to use a dynaset and make the underlying sql call myself.

Whats you take on this ?

Thanks

Sent via Deja.com
http://www.deja.com/ Received on Wed Dec 13 2000 - 16:51:32 CET

Original text of this message