Subject | Re: [IBO] How to insert records in natural order? Please Heeeeeelp!!!! |
---|---|
Author | Jason Wharton |
Post date | 2003-04-09T22:38:10Z |
If you need a particular order I don't have a mechanism to change what is
already there. Others have complained that the order isn't in the manner
they like either. I'm going to be taking a look at this aspect and when I do
I'll see if I can get a little more creative in the options I allow. Don't
count on this being done right away because some changes may need to wait
until a more major release. I wouldn't want to break those people's apps who
are depending on it to work the way it currently does.
Regards,
Jason Wharton
CPS - Computer Programming Solutions
Mesa Arizona
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
already there. Others have complained that the order isn't in the manner
they like either. I'm going to be taking a look at this aspect and when I do
I'll see if I can get a little more creative in the options I allow. Don't
count on this being done right away because some changes may need to wait
until a more major release. I wouldn't want to break those people's apps who
are depending on it to work the way it currently does.
Regards,
Jason Wharton
CPS - Computer Programming Solutions
Mesa Arizona
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
----- Original Message -----
From: "frontline3k" <frontline3k@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, April 09, 2003 7:02 AM
Subject: [IBO] How to insert records in natural order? Please Heeeeeelp!!!!
> In a TIBOQuery I filled the InsertSQL property. The query has
> CachedUpdates activated. When I insert 2 records(ApplyUpdates), they
> aren't inserted on server in natural order(the order I have post
> them).This is the order: the first is the last, and the last is first.
> How do I post in natural order? I need natural order because of an
> trigger who calculates some sumes relative the the prior records.
>
> Please help...
>
> Thank you.