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 | 31 |
Tags
- vb
- 초보
- MySQL
- Visual Studio 2005
- 데이터베이스
- c#
- Firebird
- Delphi
- 시리얼 통신
- winsock
- xml
- 예제
- 입문
- 소니
- WIN32 SDK
- SDK
- 파이어버드
- 설치
- SQL
- 인스톨
- dll
- 문자열
- 기초
- PostgreSQL
- 파라미터
- 셋업
- 델파이
- MFC
- VB.NET
- Visual Basic
Archives
- Today
- Total
목록Field (1)
프로그래밍 노트
Firebird 데이터 베이스의 Data(Column, field) Type
Data Type Specifics Name Size Range/Precision Description Varchar(n) n chars 1 to 32767 bytes Variable length char or text string. NB, multi-byte character sets reduce number of possible characters proportionately Smallint 16 bits -2^15 to 2^15-1 Signed short (word) Integer 32 bits -2^31 to 2^31-1 Signed long (longword) Float 32 bits 3.4 x 10^-38 to 3.4 x 10^38 Accurate to 7 digits Double Precis..
데이터베이스/Firebird
2008. 11. 28. 10:31