• 고객센터
  • 교육
  • 매뉴얼
  • 데모
  • 제품소개
조회 수 : 3408
2005.07.20 (05:41:29)

gauce.properties 에 정의되어져 있습니다.

variable.integer.length=10
variable.decimal.int.length=7
variable.decimal.fraction.length=3
variable.decimal.round.mode=R
variable.string.length=255

아래와 같이 정의해 주지 않으면 기본적으로 255 이져...
ListSet.addDataColumn(new GauceDataColumn("TeamCd"     , GauceDataColumn.TB_STRING, 30   ));// 팀코드

>게시판을 이용해 주셔서 감사합니다.
>다음양식에 맞게 입력해주세요.
>
>* 고객시스템명 :
>* GAUCE 버전 : 모르겠네요..
>* WAS 종류(WebLogic 등등) : Tomcat5.x
>* DB 종류 : MS-SQL2000
>* 문의 유형(질문/요청/참조) : 질문
>* 내용 : 제목과 같습니다.
>1. dSet.addDataColumn(new GauceDataColumn("text_cont",GauceDataColumn.TB_STRING));
>위와 같이 컬럼을 add한 경우 text_cont 에 들어갈수 있는 max length는 얼마 인가요?
>
>2. dSet.addDataColumn(new GauceDataColumn("text_cont",GauceDataColumn.TB_STRING,, int size));
>위와 같은 경우 int size에 할당할수 있는 max값은 얼마인가요?
>
>
 
Tag List
XE Login