Subject | English | Indonesian |
comp., MS | data type | jenis data (A property of a field that defines the kinds of data the field can store) |
comp., MS | Double data type | tipe data Ganda (A fundamental data type that holds double-precision floating-point numbers. It's stored as a 64-bit number ranging in value from approximately -1.797E308 to -4.940E-324 (negative), from 4.94E-324 to 1.797E308 (positive), and 0) |
comp., MS | Hyperlink data type | tipe data 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 | Object data type | tipe data Objek (A fundamental data type representing any object that can be recognized by Visual Basic. Although you can declare any object variable as type Object, it is best to declare object variables according to their specific types) |
comp., MS | OLE Object data type | Jenis data Objek OLE (A field data type that you use for objects created in other applications that can be linked or embedded (inserted) in an Access database) |
comp., MS | Variant data type | Jenis data varian (The default data type for variables that don't have type-declaration characters when a Deftype statement isn't in effect. A Variant can store numeric, string, date/time, Null, or Empty data) |