만들라는 것 : 회원가입

서버 JSP


문제

The method setString(int, String) in the type PreparedStatement is not applicable for the arguments (double)The method setString(int, String[]) is undefined for the type StatementThe method setString(double) is undefined for the type Statement

발생한 구간


html


select 쓰고 option 5개

<select id="sex" name="sex">

option value="1">섹1스</option>

option value="2">보1지</option>

option value="3">자1지</option>

option value="4">운1지</option>

option value="5">뷰1지</option>


아디랑 비번 이름은 잘 받는데 셀렉트만 왜 저지랄나는지 모르겠다


값이 여러개라 String[] sex = request.get파라메터밸류즈("sex");  받고   // 디시가 블록걸어서 한글썻다


혹시몰라서 프리페어드 빼고 pstmt 빼고 


stmt.setString(5,sex); 넣었는데




The method setString(int, String[]) is undefined for the type StatementThe method setString(double) is undefined for the type Statement


시발


대가리꺠고싶다 진짜