Next Topic

Previous Topic

Book Contents

ResultAvilable

bool ResultAvilable()

Return values

Returns true if a executed SQL statement returned any result.

Remarks

By design does not insert, update or delete statements return any result back after execution. The return value from the Execute function should be used to determine if an statement was successfully executed or not before this function is called.