When we do batch inserts, the rows are inserted in random order instead of the order in which it is inserted in to the ec. How can we control to database insertion order?
- create eo - insert in to ec - after doing about 20 inserts, we do ec.saveChanges() All rows are there in the database but the insertion order is random. Can this be controlled? How? Works fine when you save changes after every ec insert But that is inefficient.. --JSt _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
