You are not logged in.
Pages: 1
There is TSQLRecord with two fields Animal: String and Count: Integer. After CreateAndFillPrepare I got at least 5 rows in this record. How can I sort them by field "Count"? And how can I Filter them so that stay rows only with Field "Count">5? Is it possible?
Thanks...
Offline
You can add a "where" clause to CreateAndFillPrepare.
Please download and read the corresponding part of the documentation (especially SAD document).
See http://synopse.info/fossil/wiki?name=Downloads
You'll find there how to make requests with our framework (there are several ways).
Offline
Pages: 1