The ct_dynamic function is used to manage prepared statements. This function takes a type parameter that describes the action you are taking.
 To use a prepared statement in Open Client
 To use a prepared statement in Open ClientPrepare the statement using the ct_dynamic function, with a CS_PREPARE type parameter.
Set statement parameters using ct_param.
Execute the statement using ct_dynamic with a CS_EXECUTE type parameter.
Free the resources associated with the statement using ct_dynamic with a CS_DEALLOC type parameter.
For more information about using prepared statements in Open Client, see your Open Client documentation.
|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |