4. Accessing a DBMS Using SQL : SQL Syntax : Prepare Statement
 
Share this page                  
Prepare Statement
This statement has the following syntax in OpenAPI:
prepare statement_name [into sqlda] from statement
The into sqlda clause requests that the server return a description of the columns returned for a select statement. For non-select statements, a descriptor with 0 columns is returned.