Re: After updating dataset the record goes to the end of the dataset

From: "Nacef LABIDI" <nacef(dot)l(at)gmail(dot)com>
To: "Roland Voegtli" <voegtli(at)scnat(dot)ch>, pgsql-sql(at)postgresql(dot)org
Subject: Re: After updating dataset the record goes to the end of the dataset
Date: 2008-04-22 10:10:41
Message-ID: f16f7ea00804220310m26753072mec98ef0bc6bb2c9e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Yes I don't issue any sort statement, and I indeed want the data to be show
as it is stored in the database. But after updating a row (I don't update
the ID, just some fields), it keeps its same place on the DB but jumps to
the end of the dataset and by the way to the end of the DBGrid.

Nacef

On Tue, Apr 22, 2008 at 12:06 PM, Roland Voegtli <voegtli(at)scnat(dot)ch> wrote:

> Has anyone an idea about what could be the cause of such a behavior.
> >
>
> You don't issue any sort statement with the query, obviously. So you get
> the records the way they are stored in the database.
>
> cheers
> (R)
>
>

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Thomas Kellerer 2008-04-22 10:11:42 Re: After updating dataset the record goes to the end of the dataset
Previous Message Nacef LABIDI 2008-04-22 09:54:26 After updating dataset the record goes to the end of the dataset