Action method for LCConnection class

This method performs an action as defined by the ActionType parameter. Not all available actions may be supported. The method name is Action.

Parameter Description
LCACTION_RESET

This value will free the current result set and all other operation states (Open, Insert, Update).

Returns the Connector to a state equivalent to that just after connection. All outstanding results are committed, all result sets are cleared, and all cached information is freed.

LCACTION_CLEAR Clears (frees) the current result set.

All other possible values will return LCFAIL_UNAVAILABLE.