FIX: Alter Table Add Primary Key Error Not Trappable
Article ID: 134643
Article Last Modified on 9/30/2003
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
- Microsoft Visual FoxPro 3.0b Standard Edition
This article was previously published under Q134643
SYMPTOMS
When an existing ON ERROR routine is in effect, the following command
causes an error, but that error is not trapped by the error routine.
ALTER TABLE <tablename> ADD PRIMARY KEY <existing key tag>
Instead running the error handler, Visual FoxPro presents a message box
titled "Microsoft Visual FoxPro" that contains the message "Primary key
already exists," and it offers the options of OK and Help.
The Help text topic states:
Primary key already exists. (1883)
STATUS
Microsoft has confirmed this to be a problem in the Microsoft products
listed at the beginning of this article. This problem has been corrected
in Visual FoxPro 5.0 for Windows.
Additional query words: 3.00 5.00 handler
Keywords: kbbug kbfix kbvfp500fix KB134643