company logo

DatabaseHandle :: GetActionResult - Get result from last action executed

The function returns the result string from the last action executed. The result string is available until the next action call, only. When the action does not return a result the function returns NULL.

Return value:  Result string ( NString & )

Implementation details

const NString & DatabaseHandle  :: GetActionResult (  )