Subject | One query for many conditions? |
---|---|
Author | Florian Hector |
Post date | 2002-11-28T13:35:21Z |
In an application I want to give the user the possibility to show only part
of the existing data, e.g. only the rows where a boolean field is true or
only the rows where a field with optional remarks is not NULL, in other
words where the WHERE clause of the SQL string has to change.
Is there an elegant way to do that with IBO, other than assigning a
completely different SQL property to the query?
Florian
of the existing data, e.g. only the rows where a boolean field is true or
only the rows where a field with optional remarks is not NULL, in other
words where the WHERE clause of the SQL string has to change.
Is there an elegant way to do that with IBO, other than assigning a
completely different SQL property to the query?
Florian