hi,
I have exactly same issue as in this thread:
https://mydbr.com/forums/topic.php?id=1896#post-5363
But i don't see what the resolution was.
I have parameter with "&" in it:
SELECT 'dbr.report', 'sp_DBR_CustomerContact_new', 'newcontact[]', 'inCompanyName=(REPLACE(vCompanyName))';
and I get the error msg in the subj.
I have tried this:
SELECT 'dbr.report', 'sp_DBR_CustomerContact_new', 'newcontact[]', 'inCompanyName=(REPLACE(vCompanyName,''&'',''\&''))';
This seems to go through and I don't get the error, but then seems like i need to handle escaped & in my param value inside of my sp_DBR_CustomerContact_new.
Is there better solution to the issue?
Thanks!