The information in this article applies to:
SYMPTOMSIf you try to add or remove a field in a TableDef object for an Installable ISAM database table (Btrieve, dBASE, FoxPro, or Paradox) that contains data, you receive error 3282:
CAUSEThis error message occurs when the table contains data. The Visual Basic database engine can't modify the table structure of an ISAM table if that table has data in it. WORKAROUNDAdd a new tabledef with the structure you want. Then move the records from the old table into the new, and delete the old table. STATUSThis behavior is by design. MORE INFORMATIONSteps to Reproduce BehaviorCreate and run a project that contains the following sample code. It generates the error message if MyTable contains data:
Additional query words: 3.00
Keywords : |
Last Reviewed: January 25, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |