DROP STATEMENT Statement [ESQL]

Frees resources used by the named prepared statement. These resources are allocated by a successful PREPARE statement, and are normally not freed until the database connection is released.

Quick Links:

Go to Parameters

Go to Examples

Go to Standards

Go to Permissions

Syntax

DROP STATEMENTowner.]statement-name

Parameters

(back to top)

Examples

(back to top)

Standards

(back to top)

  • SQL—Vendor extension to ISO/ANSI SQL grammar.
  • SAP Sybase Database product—Not supported in Open Client/Open Server

Permissions

(back to top)

Must have prepared the statement.

Related reference
PREPARE Statement [ESQL]