Collection Contents Previous Next PDF

UltraLite C/C++ User's Guide

UltraLite C++ Component API Reference

Class ULSqlcaBase

LastFetchOK Function


Synopsis 

bool ULSqlcaBase::LastFetchOK()

Remarks 

Tests the error code for last fetch operation.

Use this function only immediately after performing a fetch operation.

Returns 

true if the sqlcode indicates that a row was fetched successfully by the last operation.


Collection Contents Previous Next PDF