Contents IndexCLIP HLI Statement COMMIT HLI Statement

User's Guide
   Part V. The SQL Anywhere Programming Interfaces
     Chapter 38. The WSQL HLI Interface
      CLOSE HLI Statement

Syntax

     CLOSE cursor-name

     cursor-name:    identifier, or host variable

Purpose

Close the named cursor.

See also

OPEN, PREPARE, DECLARE.

Description

This command closes the indicated cursor. The cursor must have been previously OPENed.

This command is functionally similar to the Embedded SQL command CLOSE. See "CLOSE statement".

Contents IndexCLIP HLI Statement COMMIT HLI Statement