Hello,

 

I want to execute an remote query. When adding a FieldValueInConstraint the field value of the constraint keeps turning up empty.

When I print the query I get this entry for the constraint:

 

constraint:FieldValueInConstraint(inverse:false, field:null, casesensitive:true, values:['A3 orde handhaven, werkklimaat realiseren', 'VMBO', 'reflectie en ontwikkeling'])

 

This is the code I use to add the constraint. The fields name is ‘value’ and is a blob in the database:

 

 

         StepField spfld = query.createStepField(rel3.getNext(),"value");

         FieldValueInConstraint con = query.createConstraint(spfld,sortedset);

         query.setConstraint(con);

 

 

Anyone has any suggestions?

 

Kind regards,

 

Humphrey Ferdinandus


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.9.2/55 - Release Date: 21-7-2005

_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to