Client/server applications and multi-user databases

You can use SQL Anywhere to build an installation with many applications running on different computers, connected over a network to a single network database server running on a separate computer. This is a client/server or multi-user database environment, and has the following architecture. The interface library is located on each client computer.

Client/server application architecture.

In this case, the database server is the SQL Anywhere network database server, which supports network communications.

For a client application to work in a client/server environment, you need to specify additional connection parameters, minimally the server name and the communication protocol.

See also