Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Usage » Accessing Remote Data » Basic concepts to access remote data

Remote table mappings Next Page

Server classes


A server class specifies the access method used to interact with the server. A server class is assigned to each remote server. Different types of remote servers require different access methods. The server class provides SQL Anywhere detailed server capability information. SQL Anywhere adjusts its interaction with the remote server based on those capabilities.

There are two groups of server classes. The first is ODBC-based, and the second is JDBC-based.

The ODBC-based server classes are:

Note

The JDBC classes have a significant performance impact and should only be used in situations where the ODBC classes cannot be used, for example, on NetWare.

The JDBC-based server classes are:

For a full description of remote server classes, see Server Classes for Remote Data Access.