On 5-1-2018 13:37, Mark Rotteveel [email protected] [firebird-support] wrote: > Your immediate problems is caused by missing quotes around the date > values though.
Specifically, it would need to be: V1=:V1 || ' WHERE CF.DATE_COMMANDE'||' BETWEEN '''||:FROM_DATE||''' AND '''||:TO_DATE||''''; But that isn't the 'right' solution for this. Mark -- Mark Rotteveel
