Sybase IQ Connections

Sybase IQ runs in a client/server environment, in which many users can connect to a database server across a network.

You may be able to connect to more than one database server. The connection options you choose must take these factors into account.

Note: You can connect from Sybase Central or Interactive SQL on a Windows or Linux client to Sybase IQ on a UNIX server.

Client applications can connect to databases from ODBC, OLE DB, and Embedded SQL applications, from Sybase Central, and from Interactive SQL.

For more information on connecting to a database from Sybase Open Client™ applications, see System Administration Guide: Volume 2: > Sybase IQ as a Data Server.

For more information on connecting via JDBC (if you are not working in Sybase Central or Interactive SQL), see SQL Anywhere Server – Programming.

Any client application that uses a database must establish a connection to that database before any work can be done. The connection forms a channel through which all activity from the client application takes place. For example, your user ID determines permissions to carry out actions on the database—and the database server has your user ID because it is part of the request to establish a connection.