URL 에서 key=value&key=value 로 저장되는것까지 봤는데...
이게 db에서는 어떻게 저장되는지 궁금해서 보려는데 왜 안됄까..?????
Multiple annotations found at this line:
- The method setArray(int, Array) in the type PreparedStatement is not applicable for the
arguments (int, String[])
- The method setArray(int, Array) in the type PreparedStatement is not applicable for the
arguments (int, String[])
에러가 이렇게 떠서 구글링 해봤는데 이해를 못하겠어..
분명 String[] 타입 객체에 Values 대입했는데.. 콘솔도 안찍혀요..ㅠㅠ
해당 댓글은 삭제되었습니다.
그럼 뭐부터 보고 오면 되는거야? 체크박스 데이터들 db에 어캐 저장되는지 보고싶어 ㅠㅠㅠ
생각을 좀 해봤는데.. db저장은 결국 내가 리퀘스트 객체로 받아서 어떤 형식으로 저장하냐가 답이네 질문의 수준이 쓰레기였던거같아 미안
Connection~close 까지 코드는 보통 서블릿 자바 파일에다가 작성하지 않나
그냥 날코딩으로 뷰단에서 하고있어서..