Hi everybody,
I'm performing an outbound channel. In the source tab, in the SQL Statement field I want to wtrite a dinamic sql sentence. I mean, I want to use a var. For instance:
SELECT name FROM patients WHERE id>=myvar.
Where can I store my var, so I can write and read it? I cannot create any table in the database I'm connected to. :-S
Thanks...
I'm performing an outbound channel. In the source tab, in the SQL Statement field I want to wtrite a dinamic sql sentence. I mean, I want to use a var. For instance:
SELECT name FROM patients WHERE id>=myvar.
Where can I store my var, so I can write and read it? I cannot create any table in the database I'm connected to. :-S
Thanks...
Comment