Вниз
Скачать: CL | DM;

Фильтрация в ADODataSet   Найти похожие ветки 

 
_dron_   (2002-07-02 16:11) [0]

Возможно ли сделать фильтрацию в ADODataSet таким образом, чтобы фильтровалось по принципу поле="начало имени *"
* - все что угодно.


 
kig ©   (2002-07-02 16:20) [1]

Курсор какой?


 
Johnmen ©   (2002-07-02 16:25) [2]

Используя OnFilterRecord можно заделать любой фильтр....


 
_dron_   (2002-07-02 16:36) [3]

Курсор clUseClient

А по какому принципу можно это сделать, используя OnFilterRecord


 
Johnmen ©   (2002-07-02 16:50) [4]

Обычным образом...

const
NI = "начало имени";

Accept:=AnsiLowerCase(Copy(DataSet.FieldByName("MyField").AsString,1,Length(NI)))=NI;


 
kig ©   (2002-07-02 17:37) [5]

Если курсор клиентский, то

Filter Property
Indicates a filter for data in a Recordset.

....

FieldName must be a valid field name from the Recordset. If the field name contains spaces, you must enclose the name in square brackets.
Operator must be one of the following: <, >, <=, >=, <>, =, or LIKE.

....

If Operator is LIKE, Value can use wildcards. Only the asterisk (*) and percent sign (%) wild cards are allowed, and they must be the last character in the string. Value cannot be null.

....

In a LIKE clause, you can use a wildcard at the beginning and end of the pattern (for example, LastName Like "*mit*"), or only at the end of the pattern (for example, LastName Like "Smit*").




Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.46 MB
Время: 0.008 c
1-70748
AlekseyK
2002-07-09 10:44
2002.07.22
Как найти слово в тексте если текст дан ввиде переменной string ,


3-70647
AlexA
2002-06-27 16:48
2002.07.22
IBDataSet.Lookup


1-70787
VS2001
2002-07-10 06:29
2002.07.22
Как удалить слово из строки


1-70740
Manulo
2002-07-09 15:18
2002.07.22
Работа с файлами...


1-70713
sdram
2002-07-10 15:42
2002.07.22
Fields editor




   Наверх