Reference Manual
CHAPTER 9. SQL Statements
Frees memory associated with a SQL descriptor area.
DEALLOCATE DESCRIPTOR descriptor-name
None.
None.
The SQL descriptor area (SQLDA)
Frees all memory associated with a descriptor area, including the data items, indicator variables, and the structure itself.
SQL/92 Entry-level feature.
Sybase Supported by Open Client/Open Server.
For an example, see ALLOCATE DESCRIPTOR statement.