Question
Vodafone Shared Services India
IN
Last activity: 5 Dec 2016 4:06 EST
Exception in dynamic sql query
Hi,
While passing whole SQL query dynamically for ConnectSQL, I am getting below exception.
"Missing IN or OUT parameter at index 1". Though the query is getting formed well when checked via Tracer, still getting this error.
Help me if am missing anything in configuration.
Thanks,
Prashant
Hi,
The issue is resolved now and this was due to mistake in configuration. ASIS keyword was used while forming sql query dynamically in property-set and the property holding whole sql query is only passed to ConnectSQL which was creating issue.
ASIS keyword is not needed while forming query dynamically in propertyset.
Thanks,
Prashant