The information in this article applies to:
SYMPTOMSIn Visual Foxpro, the SQL COUNT field function does not work correctly when SET DELETED is ON. It returns the count of all records including the deleted records instead of just the non-deleted records. However, the SQL COUNT field function is working correctly in Visual FoxPro 3.x. RESOLUTIONUse one of the following commands:
-or-
However, using the COUNT TO <memvar> moves the record pointer while using
the SELECT statement does not.
STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONSteps to Reproduce BehaviorRun the following code in a program file.
Additional query words:
Keywords : kbVFp FxprgSql |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |