Subject Re: [firebird-support] change record order
Author Aage Johansen
On Thu, 12 Feb 2004 15:31:15 +0000 (UTC), Gediminas wrote:

> is it any simple way (as RDB$FIELD_POSITION) to change record position
> in column? or I must add additional attribute to specify position
> records position in the table (problems when changing order as
> neighbours take action too)
> I have record list in listbox and need to change their order in the
> table - move up or down (1 2 3 4 => 1 2 4 3 => 1 4 2 3)
> Or there is more ways?


You can specify 'position' with the SQL ALTER statement.

--
Aage J.