Object server
Keywords: object server
The ODABA object server is an "intelligent" database server. The object server may run in heterogeneous environments serving clients on different hardware and software platforms (e.g.SUN server serving Windows clients).
In order to access data stored on an object server, one needs to configure the data source by setting server name and server port directly in the data source or via configuration or ini-file.
One may also connect the client ( Client ::connect() ) explicitly from within the application.
// Object server access
[Sample]
ODABA_SERVER=pirx
ODABA_SERVER_PORT=6123
DICTIONARY=%Sample_DEV%
DSATABASE=%Sample_DAT%
NET=YES
Documents

