Connection Parameters Specify Connections; Connection Parameters Are Passed As Connection Strings - Sybase Adaptive Server IQ 12.4.2 Administration And Performance Manual

Table of Contents

Advertisement

Introduction to connections

Connection parameters specify connections

Connection parameters are passed as connection strings

Representing
connection strings
52
If you want ...
A conceptual overview
To create data sources
To see an in-depth description of how
connections are established
To add users and grant them permissions "How Adaptive Server IQ makes
To diagnose network-specific connection
issues
To learn about character set issues
affecting connections
When an application connects to a database, it uses a set of connection
parameters to define the connection. Connection parameters include
information such as the server name, the database name, and a user ID.
A keyword-value pair, of the form parameter=value, specifies each connection
parameter. For example, you specify the password connection parameter for
the default password as follows:
Password=sql
Connection parameters are assembled into connection strings. In a connection
string, a semicolon separates each connection parameter, as follows:
ServerName=host_asiqdemo;DatabaseName=asiqdemo
This chapter has many examples of connection strings, represented in the
following form:
parameter1 = value1
parameter2 = value2
...
This is equivalent to the following connection string:
parameter1 = value1 ; parameter2 = value2
Consider reading ...
"Connection parameters specify
connections"
"Working with ODBC data sources"
"Working with ODBC data sources"
connections"
"Troubleshooting network
communications" in the Adaptive Server
IQ Troubleshooting and Error Messages
Guide
"Connection strings and character sets"
on page 338

Advertisement

Table of Contents
loading

Table of Contents