[ALL] Export

Martin Kloss martin.kloss at gmx.de
Thu Jan 8 22:51:22 CST 2004


At 22:08 08.01.2004, you wrote:
> >>> SELECT (foo <> '') as has_name
> >
> > This would create a tmp field to be a boolean,
> > but in Valentina is does not work, you'd need to
> > create a field method.
>
>This will work in 2.0

ok, great.

> > I know, I just wanted to know if you know any other way
> > to do it. Currently I have to select the fields and parse the
> > results, so that I get what I want. But that means going
> > through every single record and if there are many records
> > this is kinda slow.
>
>This condition changes on the fly?
>Why you cannot add this BaseObject method to database structure?

huh? no, I can't change the structure, the db is on the DVD
and it's read-only and huge. I just wanted to make a quick
export of a list which indicates which fields of which records
are filled and which are not:

1. X
2. 0
3. 0
4. X
5. X
....

Martin. 




More information about the Valentina mailing list