Hi, I tried to look this up in the user guide. I have to insert something into the database (SQL Server) with international characters. I tried to debug the code and I could see just before the ibatis query, the characters are preserved correctly. But those characters ended in the database as "?"s. The only related configuration I can see in the xml file is <?xml version=" 1.0" encoding="UTF-8" ..> part. What am I missing here? Thanks.

Reply via email to