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

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - SQL Reference » Using SQL » SQL statements » SQL statements (P-Z)

 

START EXTERNAL ENVIRONMENT statement

Use this statement to start an external environment.

Syntax
START EXTERNAL ENVIRONMENT environment-name
environment-name : 
JAVA
| PERL
| PHP
| CLR
| C_ESQL32
| C_ESQL64
| C_ODBC32
| C_ODBC64
Parameters
  • environment-name   The name of the external environment to start.

Remarks

For more information about external environments, see Overview of external environments.

Permissions

Must have DBA authority.

Side effects

None

See also
Standards and compatibility
  • SQL/2003   Vendor extension.

Example

Start the Perl external environment.

START EXTERNAL ENVIRONMENT PERL;