Back

Explore Courses Blog Tutorials Interview Questions

Explore Tech Questions and Answers

Welcome to Intellipaat Community. Get your technical queries answered by top developers!

0 votes
2 views
by (45.3k points)

Is it possible to use the parameters incoming from the webservice ( named 'Query' in my case ), in the SQL in the reader module.

I think it's possible, but I cannot find anywhere how to template these properties in the SQL query so that it becomes dynamic.

dynamic query

1 Answer

0 votes
by (16.8k points)

Currently, you need to implement the logic for inserting the query key in the client application which calls the web service. Support for parameterized SQL queries is in the feature backlog.

Browse Categories

...