Subject | English | Croatian |
comp., MS | cursor data type | kursorski podaci (A special data type used to reference a cursor) |
comp., MS | data type | vrsta podataka (A property of a field that defines the kinds of data the field can store) |
comp., MS | field data type | vrsta podataka za polje (A property of a field that defines the kinds of data the field can store) |
comp., MS | Hyperlink data type | vrsta podatka s hipervezom (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 | money (An 8-byte, fixed-point data type that is useful for calculations involving money or for fixed-point calculations in which accuracy is extremely important. The Currency data type is used to store numbers with up to 15 digits to the left of the decimal point and 4 digits to the right. The type-declaration character in Microsoft© Visual Basic© is an at sign ( | novčani podaci |
comp., MS | Object data type | vrsta podataka Object (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 | vrsta podataka OLE Object (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 | uniqueidentifier data type | podaci jedinstvenog identifikatora (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 | Da/Ne podaci (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) |