Re: data makes it into DB as hex "3F3F3F3F" through connector/J driver
Posted by: Mark Matthews
Date: August 02, 2013 11:12AM

Hi,

Also, you're doing a no-no, which is altering the session character set directly. You're only allowed to do this through connection properties, not sql statements. The JDBC driver is going to be very confused about what encoding to use when you do this.

-Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

Options: ReplyQuote


Subject
Written By
Posted
Re: data makes it into DB as hex "3F3F3F3F" through connector/J driver
August 02, 2013 11:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.