AW: Issue with special character

2009-06-25 Thread Markus.Kopp
Jeff, Great, this works. Thanks !! Markus -Ursprüngliche Nachricht- Von: Jeff Butler [mailto:jeffgbut...@gmail.com] Gesendet: Donnerstag, 25. Juni 2009 15:00 An: user-java@ibatis.apache.org Betreff: Re: Issue with special character Escape the column name by doubling the hash mark:

AW: Issue with special character

2009-06-25 Thread Markus.Kopp
Thanks for the hint, but select * from ZAHLINST.AGENTEN where = #id# does not work I get the following exception: Caused by: com.ibatis.sqlmap.client.SqlMapException: Incorrect inline parameter map format (missmatched name=value pairs): = Markus Von: Nich