Posted: Fri Jan 11, 2008 4:17 am
It is clear that the "%" character is being interpreted, so you will need to quote it in some acceptable manner. Typically you will either surround the whole string with quote characters or escape the % sign using "\%". I would try the 2nd method first.