using profile Clause

Use the using profile clause with the create connection command to create a connection between a non-ASE database and Adaptive Server using a connection profile.

Syntax

Here is a portion of the create connection syntax that shows the using profile and display_only clauses:

create connection to data_server.database
using profile connection_profile;version
set username [to] user
[other_create_connection_options]]
[display_only]

Parameters

Examples

Usage

For more information about create connection, see the Replication Server Reference Manual.