Commenting part of SQL in JDBC adapter service.

Can any body tell me is there any way that i can comment the part of SQL statement written in Custom SQL template of JDBC adapter service.

I know, in other editor we use some thing like – or # or //. But none of there worked out for me in JDBC adapter services…

SQL comments are marked with:
– an comment
/* an comment */

And it works in Adapter Services.

HTH

Hi Wiktron,
Can you pls. let me know which version of WmJDBCAdpater you are using in which the Adapter Services can take the SQL comments like – or /* */ ?