Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question Impossible d'utiliser un SQLToParameters

More
18 Sep 2019 13:58 - 18 Sep 2019 14:00 #1 by David H
David H created the topic: Impossible d'utiliser un SQLToParameters
Bonjour,

Je souhaiterais créer une variable qui contient le nombre de lignes dans une table.

Cependant je ne peux pas avoir une synthaxe correcte :

<sqlToParameters>
<parameter name="./VAR_NAME" type="Integer">
select count(*) from TABLE where CHAMP < 'ABC'
</parameter>
</sqlToParameters>

Car le "<" dans ma clause "where" est interpréter comme une ouverture de balise.

Par avance je vous remercie.
Last Edit: 18 Sep 2019 14:00 by David H.
More
18 Sep 2019 14:06 #2 by Thomas BLETON
Thomas BLETON replied the topic: Impossible d'utiliser un SQLToParameters
Bonjour,

Cet article devrait répondre à votre question :
www.stambia.org/kb/16-execution-issues/1...the-query-expression
More
18 Sep 2019 14:57 #3 by David H
David H replied the topic: Impossible d'utiliser un SQLToParameters
Super c'est tout ce dont j'avais besoin.

Merci.