PRB: Help of VFP ODBC Driver Unclear on INDEX ON CommandLast reviewed: January 31, 1997Article ID: Q163031 |
The information in this article applies to:
SYMPTOMSThe Visual FoxPro ODBC Driver Help File has conflicting information on the availability of the INDEX ON command.
RESOLUTIONThe INDEX ON command is not supported in the Visual FoxPro ODBC driver. However, it is possible to create regular indexes on existing tables, through the ODBC driver, using the ALTER TABLE command. To do this create a persistent relation to the same table, or another, then break the relationship with the "DROP FOREIGN KEY" clause but use the SAVE clause to preserve the tag.
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 INFORMATIONBring up the Visual FoxPro ODBC Help file by selecting ODBC from the Windows Start menu, and selecting "Visual FoxPro ODBC Driver," or by double- clicking the file Drvvfp.hlp in the Windows\System or Windows\System32 subdirectory. Go to Contents tab, click Technical References, then select "Language Support in Rules, Triggers, Default Values, and Stored Procedures." If you look at this list of commands and functions supported, INDEX is shown. However, if the hot link, located at the top of the page, is taken to the "Unsupported commands and functions," INDEX is listed AGAIN. The INDEX ON command is not supported in the Visual FoxPro ODBC driver.
REFERENCESFor more information about removing Persistent Relationships, please see the following article(s) in the Microsoft Knowledge Base:
ARTICLE-ID: Q130352 TITLE : How To Remove Table from Persistent Relation with ProgramFor more information about creating Persistent Relationships, please see the following article(s) in the Microsoft Knowledge Base:
ARTICLE-ID: Q130243 TITLE : How To Create Persistent Relations Using ALTER TABLE SQL |
KBCategory: kbinterop kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |