FIX: SELECT - SQL from Table with 252 Fields Causes Page Fault (162072)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0
This article was previously published under Q162072 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.
NOTE: This behavior has been duplicated with as few as 190 fields under a
variety of conditions (projects open, variables in memory, and so forth).
The exact number of fields that causes this behavior may vary.
RESOLUTION
The 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.
SELECT *, .T. FROM <table>
-or-
SELECT * FROM <table> INTO CURSOR <cursorname> NOFILTER
STATUS
This problem has been fixed in Visual FoxPro 5.0a.
Modification Type: | Major | Last Reviewed: | 2/4/2000 |
---|
Keywords: | kbbug kbprogramming kbvfp500aFIX KB162072 |
---|
|