tJavaRow is not a general DB component, you are unable to use a repository query on tJavaRow, you have to input manually the query. For better management of your query, you can define a context variable for the query and use the context variable on tJavaRow, if the query changes, you just need to modify the context variable.
Shong
Why using tJavaRow to execute a query? You can use your query stored in the metadata in a much better way in any t<DB>Input component by using a repository based query instead of build-in query.
Hi ,
thank you shong and jlolling for responding and for the interest you have shown in my problem. and for your suggestion I will try to implement it.