• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: CUSTOM ORDERING IDEA
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CUSTOM ORDERING IDEA


  • Subject: Re: CUSTOM ORDERING IDEA
  • From: Ken Anderson <email@hidden>
  • Date: Thu, 27 Apr 2006 10:10:02 -0400

As I understand it, you're asking about how to store it - irrelevant of how you display it.

To me, this is dependent on a couple of factors:

1) Is this strictly an ordering thing, or a priority thing? In other words, will there be gaps (like, record A has a 10 priority, record B has 20), or is it very ordered, like a linked list (hint) ?

2)  How often does it change?

I've often been faced with the challenge of being able to insert something into a custom ordered set without having to change ALL of the objects in the set. This is why something like an integer from 1 to X doesn't really work - it might affect too many objects. If it's a situation like that, I prefer to have either links in the EO's to each other, or an external EO that manages the linked list for me. That way, insertions are a no-brainer - we just move the relationships around.

In general, this is the approach I favor, since you never have to do a problem resolution phase (like 2 records have the same double or int, etc).

Ken

On Apr 27, 2006, at 9:34 AM, Amedeo Mantica wrote:

Hello friends!

does anyone have an idea how to implement a custom row ordering in a database?

My customers want to custom order row in database

i can create an ordering column with a double type (number) so i can always move a row between two others...

Actually I don't know how to graphically impement this (user interface)

do you have ideas? or other methods?

Thanks
Amedeo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40anderhome.com


This email sent to email@hidden

_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >CUSTOM ORDERING IDEA (From: Amedeo Mantica <email@hidden>)

  • Prev by Date: Re: Switch Component question...
  • Next by Date: Re: Switch Component question...
  • Previous by thread: Re: CUSTOM ORDERING IDEA
  • Next by thread: Re: CUSTOM ORDERING IDEA
  • Index(es):
    • Date
    • Thread