Using Server Classes for Remote Data Access

The server class you specify in the CREATE SERVER statement determines the behavior of a remote connection. The server classes give the database server detailed server capability information. The database server formats SQL statements specific to a server's capabilities.

There are two categories of server classes:

Each server class has a set of unique characteristics that configure the server for remote data access.

Refer both to information generic to the server class category (JDBC-based or ODBC-based), and to the information specific to the individual server class.

Related concepts
Ways to Connect
Supported Connection Interfaces
Connection Status
How Connection Parameters Work
Connection Parameters in ODBC Data Sources
Interactive SQL Connections
ODBC Data Sources
File Data Sources
The iAnywhere Solutions Oracle Driver
Database Connections Using OLE DB
Connections from Other Databases
How to Test Connections
Integrated Logins
Connection Pooling
Temporary Connections
Logical Server Configuration
How to End Connections
Connection Logging
Related reference
Roadmap for Connections