FIX: Index Created Using ADOX and the Visual FoxPro OLE DB Provider Contains the TRANSFORM Function (314653)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 7.0
This article was previously published under Q314653 SYMPTOMS
When you use Microsoft ActiveX Data Objects Extensions (ADOX) and the Visual FoxPro OLE DB provider to create an index on a column in a Visual FoxPro table, the index is created successfully, but it contains the Visual FoxPro TRANSFORM function.
CAUSE
Transform is used to handle an index with multiple fields with different data types. For example, on a table with c1 (character type) and n1 (numeric type) fields, one can specify an index on both fields (c1, n1). Visual FoxPro treats an index with multiple fields as an expression. In this case, the expression should be c1 + transform(n1), or transform(c1) + transform(n1).
RESOLUTIONTo resolve this problem, obtain the latest service pack for Visual FoxPro for Windows 7.0. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
316964 How to Obtain the Latest Visual FoxPro for Windows 7.0 Service Pack
STATUSMicrosoft has confirmed that this is a problem in Microsoft Visual FoxPro for Windows 7.0. This problem was first corrected in Visual FoxPro for Windows 7.0 Service Pack 1.
Modification Type: | Major | Last Reviewed: | 3/1/2002 |
---|
Keywords: | kbbug kbCodeSnippet kbDSupport KB314653 |
---|
|