Article ID: 132236
Article Last Modified on 7/27/2001
CREATE [UNIQUE] INDEX index-name ON base-table-name (column-identifier [ASC | DESC] [,column-identifier [ASC | DESC]...)SQLStatistics is an ODBC API function that retrieves a list of statistics about a single table and the indexes associated with the table. It returns the information as a result set whose seventh column is the index type. It returns "A" for ascending and "D" for descending index types. However, the dBase, Access, and FoxPro drivers return "A" for the index type when the index is created as descending.
Additional query words: 2.00.2317 desktop drivers
Keywords: kbbug KB132236