Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 17 » SQL Anywhere Server - SQL Reference » SQL statements » Alphabetical list of SQL statements

START EXTERNAL ENVIRONMENT statement

Starts an external environment.

Syntax
START EXTERNAL ENVIRONMENT environment-name
environment-name : 
C_ESQL32
| C_ESQL64            
| C_ODBC32
| C_ODBC64
| CLR
| JAVA
| JS
| PERL
| PHP
Parameters
  • environment-name

    The name of the external environment to start.

Remarks

None.

Privileges

None

Side effects

None

Standards
  • ANSI/ISO SQL Standard

    Not in the standard.

Example

Start the Perl external environment.

START EXTERNAL ENVIRONMENT PERL;