Hello,
I have a dataset just with the following records:
id | name
-------------
1 | A
2 | B
..
N | N
There are no records with "name" field null, but, If I find with ...:
q.Locate('name', null, []);
... it returns True, because my dataset have some records.
Is there any option that returns True only if the record exists?
Thank you!
--
Silvio Clécio
My public projects - github.com/silvioprog
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus