FIX: Remote View Wizard Gives Error with Spaces in Table Name
ID: Q221614
|
The information in this article applies to:
-
Microsoft Visual FoxPro for Windows, versions 5.0, 5.0a, 6.0
SYMPTOMS
When using the Remote View Wizard to connect to a Visual FoxPro table, you receive the following error in the final step of the wizard:
Connectivity error:[Microsoft][ODBC Visual FoxPro Driver]Command contains unrecognized phrase/keyword.
When you press OK in this error dialog box, an Open dialog box appears. Choosing Cancel in the Open dialog box causes the following error:
No table is open in the current work area.
CAUSE
The table name contains a space.
RESOLUTION
Here are two possible workarounds:
- Remove the space from the table name.
-or-
- Upgrade to Visual Studio Service Pack 3.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article.
This bug was corrected in Visual Studio 6.0 Service Pack 3.
MORE INFORMATION
Steps to Reproduce Behavior
- Create a free table and give it a name that contains a space, such as Test 1.
- Add some data and close the table.
- Using the Visual FoxPro ODBC driver, create a datasource that points to the table. In the Visual FoxPro driver ODBC setup, make sure to select the "Free Table" option button.
- In Visual FoxPro, create a database.
- Add a remote view to the database by using the Remote View Wizard.
- Choose the datasource created in step 3.
- Select some fields and click Finish.
- Choose Save remove view and browse, press Finish, and then provide a name for the remove view.
The error described in the Symptoms section occurs.
Additional query words:
KBDSE
Keywords : kbwizard kbDatabase kbVFp600 kbVFp600bug KbDBFDBC kbVS600sp3fix kbGrpFox kbDSupport
Version : WINDOWS:5.0,5.0a,6.0
Platform : WINDOWS
Issue type : kbbug