Problem Indexing a Table ! ! !
448451Aug 29 2005 — edited Aug 29 2005Good Morning guys,
I would like to ask something about creating associative tables. I want to create an associative table with 3 key values, something like this:
TYPE datatab IS TABLE OF mis_adeia_employee %ROWTYPE
INDEX BY NUMBER, VARCHAR2(3), DATE;
but it displays me error. Is there an alternative way? The basic reason i want to do this, is that my application which is written in PowerBuilder 7 uses datawindows, and now i try to transfer my application from PB to Oracle Forms Builder. So i try to find a structure similar to datawindows. I selected associative tables and i stacked in this example?
Any help , idea?
Thanx a lot in advance,
Regards ,
Bill ...