Re: Database Filter question
- From: "Allan Nielsen" <ace-allan@xxxxxxxxxxxxxx>
- Date: Tue, 10 May 2005 09:13:26 +0200
Thank you, that was what I thought - it was great to have it confirmed.
Allan
"Brian Bushay TeamB" <BBushay@xxxxxxxxx> wrote in message
news:8a6081p94hh06i42aqhaiotf9c7vpesqgs@xxxxxxxxxx
>
> >I use ADO to connect to an SQL Database. I use an ADODataSet to hold a
> >complete recordset from a select query.
> >
> >Question 1:
> >When I set the Filtered property to True (ADODataset1.Filtered := true),
> >will the dataset filter the current records that it holds, or will it
> >automatically Execute its CommandText and then filter the new resultset?
Or
> >how does the Filter exactly work?
> The filter is applied to the in memory
> records selected by an execration of the commandText
>
> >
>
> --
> Brian Bushay (TeamB)
> Bbushay@xxxxxxxxx
.
- References:
- Database Filter question
- From: Allan Nielsen
- Re: Database Filter question
- From: Brian Bushay TeamB
- Database Filter question
- Prev by Date: Re: Database Filter question
- Next by Date: Application halts
- Previous by thread: Re: Database Filter question
- Next by thread: CLOB and Stored Procedure
- Index(es):
Relevant Pages
|