Dynamic SQL support

Dynamic SQL is the process of generating, preparing, and executing SQL statements at runtime using commands initiated by the Client-Library™ ct_dynamic routine.

These dynamic SQL statements are supported in OpenSwitch:

See Chapter 7, “Using Dynamic SQL Commands” in the Open Client Client-Library/C Programmer’s Guide for more information.

There are two methods of executing dynamic SQL commands—execute-immediate, and prepare-and-execute.