Re: Database Filter question
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Mon, 09 May 2005 21:28:17 -0500
>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
.
- Follow-Ups:
- Re: Database Filter question
- From: Allan Nielsen
- Re: Database Filter question
- References:
- Database Filter question
- From: Allan Nielsen
- Database Filter question
- Prev by Date: Re: RETURN_VALUES ??? done... What have I gained?
- Next by Date: Re: RETURN_VALUES ??? done... What have I gained?
- Previous by thread: Re: Database Filter question
- Next by thread: Re: Database Filter question
- Index(es):
Relevant Pages
|