on 2010 May 25 11:35 PM
C
.. and RAS .. SQL database
when I am using RecordFilterController.SetFormulaText( "{tablename.tablefield} = something );
Is this passed to the server via the SQL query or is the filer excuted locally?
If locally, what can I do to have my expression included in the SQL query?
Thanks
Oskar
It will be passed to the database server depending on contents of the filter you set. Essentially, as long as the filter is simple, ie doesn't include any formulas, if statements, functions (tostring, etc.), essentially just this field = this value, otherwise it will do the filtering after the data is brought back.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
59 | |
10 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.