I've got a PL/SQL function that is generating a web page the users can use to manipulate the data in a spreadsheet-like environment.<BR><BR>I need to pass this edited data back to the PL/SQL function ...
+ Array in other languages - VARRAY in PL/SQL: Collection of items of same datatype & has a maximum size. + When defining a VARRAY type, you must specify its maximum size. So fixed upper bound.
A clear delegation of work exists between the HTML and PL/SQL in your company's Web pages: PL/SQL code fetches and manipulates data from SQL databases, and HTML code formats the results of PL/SQL ...