게시판을 이용해 주셔서 감사합니다.
다음양식에 맞게 입력해주세요.
* 고객시스템명 :
* GAUCE 버전 : 5.0
* WAS 종류(WebLogic 등등) : jeus 6.0
* DB 종류 : informix
* 문의 유형(질문/요청/참조) :
* 내용 :
다량 데이타를 조회할일이 생겨서 문의 드립니다.
귀사에서 제공하는 셈플사이트(http://demo.shift.co.kr/_softwaredemo/main2.jsp)
에서 보면 대량 데이타 제어에 대한 셈플이 올라와 있더군요.
소스보기로 보면
gc_dataset.dataid = "./service/swm_s02.jsp?strRowCnt=" + strRowCnt;
gc_dataset.reset();
gc1_dataset.dataid = "./service/swm_s03.jsp?strRowCnt=" + strRowCnt;
gc1_dataset.reset();
이부분이 대량 데이터 제어부분인듯합니다.
가능하면 소스(swm_s02.jsp, swm_s03.jsp)나 참고할 만한 소스를 받아 볼수 있을까요?