REALSQLServerDatabase.EndChunk
From Real Software Documentation
Method
REALSQLServerDatabase.EndChunk ( parameters ) As Boolean
Call EndChunk at any time while executing the DOWNLOAD DATABASE command to determine if the last chunk has been received. EndChunk returns True if the most recent ReceiveChunk was the last chunk and False if it was not. If EndChunk returns True, then the last ReceiveChunk issued won't have any data. See the example for the DOWNLOAD DATABASE command in the Command Reference.
