Field Names with Illegal Characters Cause Errors

ID: Q117407

The information in this article applies to:

SUMMARY

Some database products allow field names to contain characters that are not allowed in FoxPro. An imported database containing those characters within the field names may cause certain FoxPro commands to report error messages such as "Syntax Error" or "Unrecognized phrase/keyword in command."

MORE INFORMATION

Both the MS-DOS and Windows versions of FoxPro stipulate that field names must begin with a letter A through Z. The field names can contain numbers or the underscore (_) character. However, many other software products allow field names to begin with or contain a variety of characters forbidden in FoxPro. Normally, opening these tables causes no problem.

However, some FoxPro commands, such as APPEND FROM, COPY TO, and COPY STRUCTURE TO, may generate errors if they encounter a field that contains an unrecognized character. These commands may also cause unpredictable results with fields that contain an unrecognized character.

For example, if a database field name contains a period (.) and the COPY TO <filename> command is executed from the Command window, the error message "Unrecognized phrase/keyword in command" appears.

Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a 2.50b 2.60 dbf errmsg err msg export convert translate migrate illegal invalid KBCategory: kbprg kberrmsg KBSubcategory: FxprgGeneral

Last Reviewed: June 27, 1995