Creating new databases |
To create a new database
Field types available in GS-Base:
Type | Examples | Comments |
Numeric |
123 -123 123.09 1.23e+02 |
The actual decimal and thousand separators depend on your system regional settings and the current Settings > Locales menu selection.
Max. positive value: 1.8+308 |
Text |
Dog short text 1 2 3 11:34:30 PM 7/20/2007 P1Y2M3DT10H30M50S.000 -P120D |
Any text containing up to 8169 bytes (*). When entering date/time and time period values you must use one of the two string forms: |
Long Text |
Any text of any size. By default the text is saved in the Rich Text (*.rtf) format and can contain any supported formatting and inserted graphics or objects. Right-click the field to display the context menu and available editing commands and options. To save only plain text (which may result in smaller files and/or faster loading saving if there are a lot of entries of that type), change the corresponding option in the Settings > Options dialog. |
|
Images/Files |
Any number of images or any other files. Files other than *.jpeg, *.png, and *.bmp are represented
as icons associated with their file extensions. If you insert some link *.lnk files linking to some disk files and if you later change the location of those target files, you can specify the new shortcut path globally in the Settings > Options dialog. Right-click or double-click a given object to display the context menu and available editing commands and options. |
|
Code |
Any text of any size. The type/language of code is determined by the Subfield selection in the Field Setup dialog box. The code editor uses line numbering and syntax coloring based on the Scintilla (c) project. |
(*) - The maximum number of bytes refers to the UTF-8 string representation. In practice, for users using Latin characters this value equals to the number of characters, however for e.g. far-east languages characters require a few byte UTF-8 sequences hence the character limitation will be smaller.