IT/Java
자바 오류 메세지
Let's play
2015. 1. 15. 17:35
Exception in thread "main" java.sql.SQLException: No suitable driver found for jdbc:oracle:thin:@localhost:1521:xe
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at test.Test1.getResult(Test1.java:18)
at test.Empout.main(Empout.java:11)
데이터 베이스에서 데이터를 가져올때 이클립스에서
해당 오라클 드라이버를 로드하지 못했을때 발생하는 오류
해결 : Project + Path <- library 자르를 추가하여 주었을때 해결
while 문 안에 getString 쿼리의 순서가 sql Data에서 가져오는 순서와 맞지 않을때
paging을 새로고침 해주는 메소드안에 for문에 i변수가 지역이 아닌 전역으로 선언되어 있을때
실제 페이지가 ReRoad되지 않았음
connection 문장이 try 문 안에 있지 않을때 db 업데이트가 되지 않았음