The information in this article applies to:
BUG# ODBCORA: 580 (1.00.3112) SYMPTOMSWhen delimited tablenames are passed to the Oracle driver in an escape clause, the delimiters are removed by the driver. Oracle needs the delimiters to find the table in cases where the table was originally created with the delimiters as part of the tablename. The following error will result when the non-delimited tablenames are passed down: The following query:
produces the ORA-00942 error. But when the query is formed without
using an escape clause, it works:
This behavior impacts Access users in that Oracle tables created using the
Export function of Access cannot be queried on later when the query
involved the Access database engine generating Access SQL queries that
involve outer joins.
WORKAROUND
Not using ODBC escape clauses when using delimited identifiers will avoid
the problem. Also, you can use native Oracle SQL syntax as demonstrated
above.
STATUSMicrosoft has confirmed this to be a problem in the ODBC Oracle Driver versions 1.00.3112 and 1.00.2816. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: 1.00.2816 1.00.3112 VB DRIVERS 1.0 FULFILLMENT
Keywords : |
Last Reviewed: August 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |