Drop Statement Statement [Esql] - Sybase Adaptive Server Anywhere Reference

Table of Contents

Advertisement

DROP STATEMENT statement [ESQL]

DROP STATEMENT statement [ESQL]
Function
Syntax
Permissions
Side effects
See also
Description
Standards and
compatibility
Example
512
Use this statement to free statement resources.
DROP STATEMENT [ owner .] statement-name
statement-name : identifier | host-variable
Must have prepared the statement.
None.
"PREPARE statement" on page 578
The DROP STATEMENT statement 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.
Vendor extension.
SQL/92
Not supported in Open Client/Open Server
Sybase
The following are examples of DROP STATEMENT use:
EXEC SQL DROP STATEMENT S1;
EXEC SQL DROP STATEMENT :stmt;

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