There are two possibilities:
I. Direct access to a remote database
II. Access to a remote database over a network connection
The first way is to access a remote database directly. The client runtime software directly accesses files of a remote database, opens them and reads data from them.
The second possibility is to access a remote database over a network connection. The client runtime software does not access the remote database's files. Instead, it creates its own local copy of the database and updates it with data acquired from a data server over a network connection. When the database's data is requested, the client runtime software opens the local database's files and reads data from them.
Therefore, we recommend accessing a remote database over a network connection.
© 2026 GEOVAP | Terms of Use and Privacy Policy | Cookie preferences | Write to us