PRB: Syntax Error with the Query Wizard (141915)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
This article was previously published under Q141915 SYMPTOMS
When you use the Query Wizard or the Local View Wizard to build a query or
a local view, the wizard generates a syntax error. The only selection
criteria are the fields you use. This only happens with a specific table
named group.
CAUSE
The table name is not valid. The Query Wizard generates a SELECT-SQL
statement. In this case, the SELECT statement looks like this:
SELECT GROUP.* from GROUP
It generates a "Syntax error" because the name group is invalid.
WORKAROUND
Rename the table.
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 9/30/2003 |
---|
Keywords: | KB141915 |
---|
|