The information in this article applies to:
SYMPTOMS
Issuing a SELECT - SQL statement using a table that has more than 251
fields may cause Visual FoxPro to terminate with an Invalid Page Fault.
RESOLUTIONThe workaround to the Invalid Page Fault is to perform the SQL SELECT as identified in the second and third SELECT statements in the "Steps to Reproduce Behavior" section below.
-or-
STATUSThis problem has been fixed in Visual FoxPro 5.0a. MORE INFORMATIONIssuing a SELECT - SQL statement using a table that has more than 251 fields may cause Visual FoxPro to terminate with an Invalid Page Fault. The following code creates a table with 252 fields, inserts a single record, and performs three different SQL SELECT statements. Generally, the first SELECT statement causes an Invalid Page Fault. Steps to Reproduce BehaviorCreate and run a program with the following code:
Additional query words:
Keywords : kbprg kbVFp kbVFp500afix FxprgSql FxprgTable |
Last Reviewed: February 3, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |