Diman
Admin
 Admin
| Posts: 1495 |  | Karma: 19 |
|
RE: How do I use OCIFilters?
|
|
Posted: 2000/09/20 18:13 |
|
|
|
|
Hi !
Okey ... In most filters works the same way as in TQuery. But, differences are: - TOCIQuery can have multiple filters, and they will be joined by AND. Filter has a Name property, so you can get access to filter using FilterByName/FindFilter call of TOCIFilters. - Filters supports Oracle SQL expression language. Exceptions: you cant use subqueries, converting routines (to_char, to_number, ...) are using NOT a Oracle format string syntax, but Delphi  Filters does not support parameters and macroses.
|
|