Chapter 2. SQL Remote Concepts
The data server
Thedata server may be an Adaptive Server Enterprise or an Adaptive Server
Anywhereserver. At the remote site the data server is commonly an
AdaptiveServer Anywhere personal server, but can also be an Adaptive
ServerEnterprise or Adaptive Server Anywhere server.
Client applications
Clientapplications work with the data in the database. Clientapplications
useone of the client/server interfaces supported by the data server:
ForAdaptive Server Anywhere, the client application may use ODBC,
EmbeddedSQL, or Sybase Open Client to work with Adaptive Server
Anywhere.
ForAdaptive Server Enterprise, the client application may use one of the
SybaseClient Server interfaces, ODBC, or Embedded SQL.
Clientapplications do not have to know if they are using a consolidated or
remotedatabase. Fromthe client application perspective, there is no
difference.
The Message Agent
TheSQL Remote MessageAgent sends and receives replication messages.
Itis a client application that sends and receives messages from database to
database. The Message Agent must be installed at both the consolidated and
atthe remote sites.
ForAdaptive Server Anywhere, the Message Agent is a program called

dbremote.exe

onPC operating systems, and
dbremote
onUNIX.
ForAdaptive Server Enterprise, the Message Agent is a program called
ssremote.exe
onPC operating systems, and
ssremote
onUNIX.
9