select * from myTable where myField = ?
In the pipeline, if there is a corresponding field for myField, all you have to do is, in the $dbParamNames field, put the name of the variable to be substituted.
OR
select * from myTable where myField = %myField% and select the perform variable substitution checkbox.
Good Luck.
#Adapters-and-E-Standards#Integration-Server-and-ESB#webMethods