I need to write a procedure which accepts multiple records with multi rows record set from web portal. Please let me know how can I implement it? What's the best way to send the multi row data from portal and how to accept it in a procedure?
Ex:
Around 30 fields are single set of data and each these records set contains minimum 3 set of other records.
F1: THEJ F2: KUMAR F3: 30/4/1990 F4: IND F5: DWA F6: 8789765678
---- etc up to thirty fields F30: XXX
And each these single set contains multiple rows like below
R1 R2 R3 R4 R5
DD1 2 RAI 20/2/2010 DD
DD2 1 RAN 20/3/2010 DD1
DD3 0 THU 20/4/2010 DD2