GetDynamicString

Description

Obtains data of type String from the DynamicDescriptionArea after you have executed a dynamic SQL statement.

Syntax

DynamicDescriptionArea.GetDynamicString ( index )

Returns

String. Returns the string data in the output parameter descriptor identified by index in DynamicDescriptionArea. Returns the empty string ("") if an error occurs. If any argument’s value is null, GetDynamicString returns null.