ResourceTypes - Database resource types
Database resource types describe where database resources are stored. Usually, a database resource is locally available for the client or is is stored on a server and can be accessed via server communication, only.
Enumarators overview
- Automatic
(-1) - Determine resource type from parent type and option settings
- ClientServer
(0) - Resource is on a ODABA Server (LAN)
- LocalClient
(1) - Resource is locally or on a shared drive
- Replication
(3) - Resource is on a replication server (LAN or WAN)
- ServerIntern
(2) - Used internally
Enumerator details
-
Automatic - Determine resource type from parent type and option settings
Database resource types describe where database resources are stored. Usually, a database resource is locally available for the client or is is stored on a server and can be accessed via server communication, only.
Code: -1
to list -
ClientServer - Resource is on a ODABA Server (LAN)
The dictionary or database will be opened on the server machine side in any case.
Code: 0
to list -
LocalClient - Resource is locally or on a shared drive
The dictionary or database will be opened on the client machine in any case.
Code: 1
to list -
Replication - Resource is on a replication server (LAN or WAN)
The dictionary or database will be opened on the client and on the server machine . Client and server resources will be synchronized.
Code: 3
to list