BUG: ALTER TABLE Command Changes Field Type to PictureID: Q130410 The information in this article applies to:
SYMPTOMSWhen you use the ALTER TABLE command to create a primary index tag, the ALTER TABLE command changes the data type of the desired key field to the Picture data type.
CAUSEIf the word KEY is not supplied when using the ALTER TABLE clause PRIMARY KEY and the column data type and width is not supplied, Visual FoxPro changes the data type of the desired key field to PICTURE rather than generating a syntax error.
RESOLUTIONProvide the word KEY and the column data type and width when using the PRIMARY KEY clause of the ALTER TABLE command, or use the ADD PRIMARY KEY clause of the ALTER TABLE command.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce ProblemIssue the following code within the Command window:
Additional query words: kbvfp300 kbvfp500 kbvfp600
|
Last Reviewed: August 10, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |