BUG: Btrieve: Drop Table Does Not Remove Entry in SQLTables

Last reviewed: September 9, 1996
Article ID: Q128486
The information in this article applies to:
  • Microsoft Open Database Connectivity, version 2.0

BUG# QJET: 1267 (2.00.2114)

SYMPTOMS

Use of the SQL syntax Drop Table with the ODBC Btrieve Driver from the ODBC Desktop Database Drivers version 2.0 will correctly delete the table from the .DDF file; however, the reference to this table will still be contained when SQLTables is called on this Btrieve database. Thus, a new table of the same name cannot be created even though the table is no longer physically present in the database.

For example, use ODBC Test to try to create a Btrieve table, then drop it, and try to recreate it again. This should work.

   create table test1  (col1 string(30))
Returns: SQL_SUCCESS=0

   drop table test1
Returns: SQL_SUCCESS=0

   create table test1  (col1 string(30))
Return:   SQL_ERROR=-1
stmt:szSqlState = "S0001", *pfNativeError = -1303, *pcbErrorMsg = 62 szErrorMsg="[Microsoft][ODBC Btrieve Driver] Table 'test1' already exists."

WORKAROUND

The ODBC Btrieve driver version 2.00.2317 will resolve this problem. It must be used in conjunction with WBTRCALL.DLL that is dated 3/31/92 and is 51,392 bytes in size. This file must be obtained from Btrieve Technologies or Novell. Please contact these vendors for more information on this file.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft ODBC Btrieve version 2.00.2114. This problem has been fixed in the Microsoft ODBC Btrieve version 2.00.2317. For more information, please contact your primary support provider.


Additional reference words: 2.00.2317 ODBC Btrieve ODBC Desktop
Database Drivers 2.0 MFC Word Query Excel Visual C++
KBCategory: kbprg kb3rdparty kbbug2.00.2114 kbfix2.00.2317
KBSubcategory:



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 9, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.