By Date: <-- -->
By Thread: <-- -->

more problems with dd syntax



Hi all,

I am having the following problem.

I cannot perform a dd query of the syntactical form:

a + b gt c

where a and b are dynamic data property names, c is an integer, and gt
is the xar test 'greater than'.

I have also tried the form:

( a + b ) gt c

I have also tried adjusting the objects.php file to force so that it
will replace the word ' plus ' to a ' + ' sign and reperformed the
same tests.

On examining the SQL error message from the first example, it revealed
that the parsing method did not replace 'b' with the correct datastore
name, leaving the property name in place. 'a' was replaced with the
dd** datastore name as you'd expect.

Any help would be much appreciated.

Thanks,C.
_______________________________________________
Xaraya_devel mailing list
Xaraya_devel (at) xaraya.com
http://xaraya.com/mailman/listinfo/xaraya_devel