Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have facing problem in to get data from database using trestrequest , txmlmap and tmysqlinput. my question is i m passing value in url like {doctorName} and that value which i have passing in url and it search in tmysqinput using of like please Find attachment
This is SQL
"SELECT
`doctor_details`.`id`,
`doctor_details`.`doctorName`
FROM `doctor_details` where `doctor_details`.`doctorName` Like " + globalMap.get("request.doctorName")
"SELECT
`doctor_details`.`id`,
`doctor_details`.`doctorName`
FROM `doctor_details` where `doctor_details`.`doctorName` Like '% " + globalMap.get("request.doctorName") +"%'"
mysql editor working find and retrieve the relatively data.
not working to dynamically to passing that parameter