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: Chris Schaeffer <c_schaef_at_rem.nl>
Date: Thu, 6 May 1999 09:59:02 +0200
Message-ID: <7gri48$skf$1@news1.xs4all.nl>


Thats a better description.
Thanks!

Luca Minuti heeft geschreven in bericht <7gp06h$m0e$1_at_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 Thu May 06 1999 - 02:59:02 CDT

Original text of this message

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