Array Processing in Forms 6i
298316Jan 28 2004 — edited Jan 28 2004I am developing a common function in a PLL library that requires data from a calling form to be retrieved into temporary arrays on which some processing and calculation takes place and the resultant data is inserted into the destination table.
In order to do this array manipulation and processing, I know of three options :
1. Table Type
2. Record Group
3. Temporary Tables.
Which is the best option to use in terms of
1. Processing speed ,
2. Client load ,
3. Server Load,
4. Multi user processing ,
5. Re-usability,
6. Forms 9i compatibility,
7. Database Interactions
If there is any other option, apart from the three above, please point out that too. Thanks in advance.