Recent content by applehouse

  1. A

    Selecting index

    The point is, I want to uses a grid and when the user clicks on a cloumn header the table will be sorted on bases of the column. With pdox I used index with a name corresponding with the column name. Is there a way to do this with DOA access as well? I mean use oracle indexes and set the sort...
  2. A

    Selecting index

    Hi, I wanted to know your opinion about the following code to change the order of the records, is this the fastest way to do, or might there be another better method?: procedure TMainForm.Button5Click(Sender: TObject); var strSQL: string; begin with datamodule1 do begin strSQL :=...
  3. A

    OraclewwDataset, insert and refresh

    Thanks for the advice
  4. A

    OraclewwDataset, insert and refresh

    HI, I use OraclewwDataset together with a sequence to insert new records with an unique key. This works fine. However, after inserting the records are not ordered any longer in the grid. Only after doing a refresh are the records ordered again in the grid. Is there a way that after each insert...
Back
Top