Quote:
|
Originally Posted by Kosmos
Not sure on that one, try parenthasis, or single quotes maybe around Ayr'Dal
Maybe even regular quotes? "Ary'Dal" or (Ary'Dal) or 'Ary'Dal'
Look for the OnEvent post in the XML modification section, will probably have the answer you need, or the post for Spaces with names.
|
May also need to try escaping out the single quote, aka:
Ary\'Dal
etc.
<- dealing with that issue now with Java and database statements at work.