Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- default profile
- Linux
- error MSB8020
- windows-build-tools
- 디렉터리 파일 검색
- componentDidUpdate
- MySQL
- mysql 응답없음
- Vuetify
- MSB8020
- error
- 상단 메뉴 없애기
- Before start of result set
- 누마 누마
- tailwindcss
- 응답없음
- explore.exe
- default path
- Pivotal
- startingDirectory
- mysql -u root -p
- DIR함수
- Visual Studio
- window terminal
- useEffect
- MFC
- vue config
- 다이얼로그 복사
- 머신 러닝
- Numa Numa
Archives
- Today
- Total
갓토리
MySQL, JSP] Before start of result set 에러 본문
Before start of result set에러
-주로 sql구문에서 데이터를 가져올때 발생한다.
rs = pstmt.executeQuery(getType); //쿼리실행
rs.getString("avd"); //데이터가져오기
주로 저 구문에서 오류가 난다.
getString을 하기전에 if(rs.next())라던가 while(rs.next())를 쓰고
그 안에 getString을 해야지만 오류가 해결된다.
[출처] Before start of result set에러|작성자 앰이
'IT > 프로그래밍' 카테고리의 다른 글
MFC] Dialog 전체화면 만들기 (0) | 2015.06.10 |
---|---|
MFC] 상단 메뉴 없애기 (0) | 2015.06.07 |
MFC] 다이얼로그 복사하기 (0) | 2015.05.12 |
쉘스크립트] 고급 Bash 스크립팅 가이드 (0) | 2015.04.13 |
쉘스크립트] grep, egrep (0) | 2015.04.13 |