ASA SQL Reference
SQL Statements
Use this statement to free memory associated with a SQL descriptor area.
DEALLOCATE DESCRIPTOR descriptor-name
descriptor-name : string
Frees all memory associated with a descriptor area, including the data items, indicator variables, and the structure itself.
None.
None.
ALLOCATE DESCRIPTOR statement [ESQL]
The SQL descriptor area (SQLDA)
SET DESCRIPTOR statement [ESQL]
SQL/92 Entry-level feature.
SQL/99 Core feature.
Sybase Supported by Open Client/Open Server.
For an example, see ALLOCATE DESCRIPTOR statement [ESQL].