How to Use the SQLMORERESULTS() FunctionLast reviewed: April 15, 1996Article ID: Q149848 |
The information in this article applies to:
SUMMARYThis article describes the correct use of the SQLMORERESULTS() function to clarify the description in the Visual FoxPro for Windows documentation.
MORE INFORMATIONWhen you read about the SQLMORERESULTS() function in the Language Reference, you might expect that the function is used to return records sequentially from a single query. This is not the case. The purpose of SQLMORERESULTS() is to return results of multiple queries either synchronously or asynchronously, batch mode or non-batch mode. These strategies are for processing multiple result sets from multiple queries. Here are the uses of these strategies:
For further information on these strategies, please see Chapter 3 of the Visual FoxPro Professional Features Guide.
|
Additional reference words: 3.00 3.00b VFoxWin FetchSize MaxRecords
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |