Re: how to insert records in database in the order of insertion to EC

2009-11-01 Thread Kieran Kelleher
: Shravan Kumar. M Cc: WO Dev Group Sent: Sun, November 1, 2009 9:34:31 AM Subject: Re: how to insert records in database in the order of insertion to EC On Oct 31, 2009, at 8:46 PM, Shravan Kumar. M wrote: > Thanks so much for your quick response Chuck. > > We use Frontbase. I have no

Re: how to insert records in database in the order of insertion to EC

2009-10-31 Thread Shravan Kumar. M
gt; From: Chuck Hill > To: Shravan Kumar. M > Cc: WO Dev Group > Sent: Sun, November 1, 2009 8:49:54 AM > Subject: Re: how to insert records in database in the order of insertion to EC > > > On Oct 31, 2009, at 6:57 PM, Shravan Kumar. M wrote: > > > Hi Group,

Re: how to insert records in database in the order of insertion to EC

2009-10-31 Thread Chuck Hill
ubject: Re: how to insert records in database in the order of insertion to EC On Oct 31, 2009, at 6:57 PM, Shravan Kumar. M wrote: > Hi Group, > > Could any one please advise me how can I insert records in database in a specific order or as per the order of insertion of objects to

Re: how to insert records in database in the order of insertion to EC

2009-10-31 Thread Shravan Kumar. M
me" field would solve this issue!!! From: "Chan Yeow Heong, Jerome" To: Shravan Kumar. M Sent: Sun, November 1, 2009 8:46:39 AM Subject: Re: how to insert records in database in the order of insertion to EC Do a save after each insert? Add in

Re: how to insert records in database in the order of insertion to EC

2009-10-31 Thread Shravan Kumar. M
rtOrder" field to my table would fix this issue. Thank You, Shravan Kumar. M From: Chuck Hill To: Shravan Kumar. M Cc: WO Dev Group Sent: Sun, November 1, 2009 8:49:54 AM Subject: Re: how to insert records in database in the order of insertion to EC On

Re: how to insert records in database in the order of insertion to EC

2009-10-31 Thread Chuck Hill
On Oct 31, 2009, at 6:57 PM, Shravan Kumar. M wrote: Hi Group, Could any one please advise me how can I insert records in database in a specific order or as per the order of insertion of objects to EditingContext AFAIK, you can't. The order of insertion is not tracked. for eg: I hav