Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Delphi TTable-component

Re: Delphi TTable-component

From: Luca Minuti <lminuti_at_eid.it>
Date: Wed, 5 May 1999 11:41:33 +0200
Message-ID: <7gp06h$m0e$1@news.IT.net>


Chris,

>If you use TTable all the searching for de right data is be done on the
>client machine, it's like select * from mytable.

Using TTable component the query that delphi send to database is:

select * from mytable order by primary key

If you use the IndexFieldsName property the query is:

select * from mytable order by IndexFieldsName

Bye,
  Luca Received on Wed May 05 1999 - 04:41:33 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US