Sybase Adaptive Server Anywhere Reference page 483

Table of Contents

Advertisement

Standards and
compatibility
Examples
READ ONLY
The READ ONLY clause specifies that the remote server is
a read-only data source. Any update request is rejected by Adaptive Server
Anywhere.
SQL/92
Entry-level feature.
Supported by Open Client/Open Server.
Sybase
Create an Adaptive Server Anywhere remote server named
located on the machine
CREATE SERVER testasa
CLASS 'asajdbc'
USING 'apple:2638'
Create a remote server for the JDBC-based Adaptive Server named
ase_prod
. Its machine name is banana and port number is 3025.
CREATE SERVER ase_prod
CLASS 'asejdbc'
USING 'banana:3025'
Create a remote server for the Oracle server named oracle723. Its ODBC
Data Source Name is
CREATE SERVER oracle723
CLASS 'oraodbc'
USING 'oracle723'
Chapter 9 SQL Statements
apple
and listening on port number 2638, use:
oracle723
.
testasa,
465

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Adaptive Server Anywhere and is the answer not in the manual?

Questions and answers

Table of Contents