How Connections Are Established - Sybase Adaptive Server IQ 12.4.2 Administration And Performance Manual

Table of Contents

Advertisement

How connections are established

Learning about
connections
To establish a connection, the client application calls functions in one of the
supported interfaces. Adaptive Server IQ supports the following interfaces:
ODBC — ODBC connections are discussed in this chapter.
Embedded SQL — Embedded SQL connections are discussed in this
chapter.
Sybase Open Client — Open Client connections are not discussed in this
chapter. For information on connecting to IQ from Open Client
applications, see Chapter 14, "Adaptive Server IQ as a Data Server"
JDBC — JDBC connections are not discussed in this chapter. For
information on connecting via JDBC, see Chapter 4, "Managing
Databases with Sybase Central" in Introduction to Adaptive Server IQ. To
create JDBC data sources, see the chapter entitled "Data Access Using
JDBC" in the Adaptive Server Anywhere User's Guide.
JDBC provides the link between the execution of Java objects and
Note
database operations. For a description of Java support in Adaptive Server IQ,
see "Enabling Java in the database" on page 113.
The interface uses connection information included in the call from the client
application, perhaps together with information held on disk in a file data
source, to locate and connect to a server running the required database. The
following figure is a simplified representation of the pieces involved.
If you want ...
Some examples to get started quickly
CHAPTER 2
Running Adaptive Server IQ
Consider reading ...
"Simple connection examples"
51

Advertisement

Table of Contents
loading

Table of Contents