Re: Delphi Query/Table filters and Oracle
From: Bert Hardeman <bhardema_at_solair1.inter.nl.net>
Date: 1996/11/28
Message-ID: <329E106A.2675_at_solair1.inter.nl.net>#1/1
Date: 1996/11/28
Message-ID: <329E106A.2675_at_solair1.inter.nl.net>#1/1
John Parrott wrote:
>
> The big difference between using a Query with LIKE and filters is that
> with a Query the database is actually doing the filtering. You submit a
> query and the server returns a result set.
>
> With Delphi filters, the BDE is doing all the work. So if you had a
> query that said
>
Are you sure about this. I'm using TTable with 'ID = 123' in order to display a detailed form of one record. When you trace the SQL command then you can see that the filter is a part of the SELECT statement sent to the server ???
Bert Hardeman Received on Thu Nov 28 1996 - 00:00:00 CET
