BUG: VisData Error "Importing/exporting Table Names with Spaces" (191786)
The information in this article applies to:
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q191786 SYMPTOMS
When using the VISDATA Add-in for Visual Basic to import and export tables
from one database to another, you receive one of the following error
messages:
Query input must contain at least one table or query.
Number: 3067
or:
Syntax error in FROM clause.
Number: 3131
CAUSE
VISDATA input/output routines do not concatenate [ ] around table names,
causing the Microsoft Jet database engine to have problems parsing the SQL
statement.
RESOLUTION
If you do not have the source code to VISDATA available, either: - Rename the tables to eliminate spaces from the name.
-or-
- Use Microsoft Access, other tool, or write a custom program to perform
the import/export operation.
-or-
- If you do have the source code to VISDATA, you can make a simple
modification to each of the Import and Export routines to solve this
problem.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products
listed at the beginning of this article.
Modification Type: | Minor | Last Reviewed: | 1/8/2003 |
---|
Keywords: | kbbug KB191786 |
---|
|