Order not being maintained while inserting data
411999Oct 6 2004 — edited Jul 13 2005I have a master-child relationship, and am using Arraylist as a Collection Class for inserting Childs.
child records are not being inserted in the order in which i add objects to the Arraylist.
I have also tried Treeset as a collection Class but it also doesnt work.
How can i maintain the order of insertion of data into the database.