[V4RBclient] fields with nil or zero values
Eric Ferrer
wonderfef at noos.fr
Thu Sep 30 11:58:09 CDT 2004
Hello all,
In my Table, I have a field of type Short.
I use this field as a marker, sometimes I set it to 1, 2...
But, by default, it is 0.
The trouble is:
If I add a record, if I don't specifically set the value to 0
cursor.ShortField("Marker").Value = 0
... when I perform a SQL search
SELECT * FROM myTable WHERE Marker = 0
ValentinaServer finds no record.
Is that normal ?
Thanks for your help
Eric
More information about the Valentina
mailing list