Notice
Recent Posts
Recent Comments
Link
«   2024/04   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Archives
Today
Total
04-28 03:24
관리 메뉴

zyint's blog

MySQL Connector/J 본문

예전글들

MySQL Connector/J

진트­ 2009. 11. 5. 12:11

MySQL Connector/J 5.1은 자바에서 MySQL에 접속하여 사용할 수 있도록 하는 MySQL 접속을 위한 JDBC 4.0 드라이버 입니다.

 

 

 

 

기타 내용

21.3.4 Connector/J (JDBC) Reference

21.3.4.2. JDBC API Implementation Notes

21.3.4.3. Java, JDBC and MySQL Types: MySQL에서 자바 타입으로 변환

21.3.4.4. Using Character Sets and Unicode: 문자 엔코딩 관련 내용

21.3.4.5. Connecting Securely Using SSL: 암호화 연결

21.3.4.7. Mapping MySQL Error Numbers to SQLStates: 에러 번호 목록

 

21.3.5. Connector/J Notes and Tips

21.3.5.2. Using Connector/J with J2EE and Other Java Frameworks

21.3.5.3. Common Problems and Solutions

 

 

이 글은 스프링노트에서 작성되었습니다.

Comments