Glossary |
Database interaction create, read, update and delete
Data providing between application and database. Implemented in SOWI Data DLLs
Import: external data items read and use in SOWI system (can store to SOWI database)
Export: internal SOWI data items read and create a file for use external system
File type usual CSV or XML
Data structure by SOWI system definition
All functions that interacts between application and data. Definition of data structure (DM). Implemented in SOWI Data DLLs
A file with collection of classes, functions or data models. Typical SOWI App implemented as business logical and SOWI Data implemented as database management system (DBMS): data model (DM) und data access layer (DAL). File extension: DLL
Definition of data structure. Implemented in SOWI Data DLLs
See: File
See: Data
Upload: external file content save to database field value e.g. file attachment
Download: database field value save to file as content e.g. an image
The Global Assembly Cache stores assemblies specifically designated to be shared by several applications on the computer.
See: Data
Software Development Kit. An SDK is a collection of software used for developing applications for a specific device or operating system.
See: File