Subject | English | Thai |
comp., MS | char data type | ชนิดข้อมูลอักขระ (A character data type that holds a maximum of 8,000 characters) |
comp., MS | composite data type | ชนิดข้อมูลแบบรวม (A data type where the sum of the members is larger than all individual members taken together, such as a structure or an array) |
comp., MS | cursor data type | ชนิดข้อมูล Cursor (A special data type used to reference a cursor) |
comp., MS | data type | ชนิดข้อมูล (A property of a field that defines the kinds of data the field can store) |
comp., MS | elementary data type | ชนิดข้อมูลเบื้องต้น (A simple data type, such as Boolean, Long, or Decimal) |
comp., MS | External Content Type data source | แหล่งข้อมูล External Content Type (A type of data source used to connect to an external data source) |
comp., MS | field data type | ชนิดข้อมูลของเขตข้อมูล (A property of a field that defines the kinds of data the field can store) |
comp., MS | Hyperlink data type | ชนิดของข้อมูล Hyperlink (A data type for an Access database field that stores hyperlink addresses. An address can have up to four parts and is written using the following format: A data type for an Access database field that stores hyperlink addresses. An address can have up to four parts and is written using the following format: displaytextaddresssubaddress) |
comp., MS | Integer data type | ชนิดข้อมูล Integer (A fundamental data type that holds integers. An Integer variable is stored as a 16-bit (2-byte) number ranging in value from -32,768 to 32,767) |
comp., MS | String data type | ชนิดข้อมูลสตริง (A fundamental data type that holds characters, one character per 2 bytes. A fixed-length string can contain 1 to 64K characters; a variable-length string can contain 1 to 2 billion) |
comp., MS | uniqueidentifier data type | ชนิดข้อมูล uniqueidentifier (A data type containing a unique identification number stored as a 16-byte binary string used for storing a globally unique identifier (GUID)) |
comp., MS | Yes/No data type | ชนิดข้อมูล Yes/No (A field data type you use for fields that will contain only one of two values, such as Yes or No and True or False. Null values are not allowed) |