The information in this article applies to:
SYMPTOMSIf you are using the SQL Server ODBC driver with Microsoft Query to view a table from an SQL Server database, you may receive the following error message where <table_name> is the table you are trying to view. CAUSEYour ability to access a table from Microsoft Query is affected by the number of underscores and the length of the SQL Server table name. STATUS
Microsoft has confirmed this to be a problem in versions 1.0 and 2.0 of the
Microsoft SQL Server ODBC drivers for Windows and Macintosh.
Q140255 GE1263: Microsoft ODBC Drivers for 32-Bit Programs MORE INFORMATION
Microsoft Query allows you to create table names up to 30 characters long;
however, although Query will allow you to create a table that has
underscores in the table name, you may not be able to view it later. You
may not be able to view the table, because the SQL Server ODBC driver has a
problem accessing tables in which the table name length exceeds a certain
number of characters and the name also contains a certain number of
underscores. The following table illustrates the limitations imposed when
you access an SQL Server table in Microsoft Query.
For example, if you try to view a table for which the name has a total of 25 characters, including 4 underscores, then you will receive the above error message. NOTE: The last entry in the table shows that if there are 11 underscores in the table name and the table name is greater than 10 characters long, you will not be able to view the table after creating it. If the table has 11 underscores, the name cannot be less than 11 characters. Therefore, you cannot have a table with more than 10 underscores in the name. Additional query words: 5.00a 5.00c
Keywords : xlquery |
Last Reviewed: December 23, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |