특별한딸기이야기
jdbc 한글 처리 본문
최종적으로 문제를 해결한 utf8 과 MySQL JDBC Driver 5.0 에서의 DB URL은
jdbc:mysql://localhost:3306/subby_test?useUnicode=true&characterEncoding=UTF8&jdbcCompliantTruncation=false&useOldUTF8Behavior=true
jdbc:mysql://localhost:3306/subby_test?useUnicode=true&characterEncoding=UTF8&jdbcCompliantTruncation=false&useOldUTF8Behavior=true
'딸기 공부방 > 웹프로그래밍' 카테고리의 다른 글
jdbc 설정 관련 (0) | 2008.11.30 |
---|---|
로컬 DB 초기 설정 (0) | 2008.11.21 |
PreparedStatement (0) | 2008.11.14 |
mysql 설명 관련 블로그 (0) | 2008.11.14 |
인터넷특론 수업자료 (0) | 2008.09.25 |