Database.IndexSchema Method

Returns a RecordSet containing the list of indexes for the passed table or Nil if the table has no indexes or the database source does not support indexes. The RecordSet has one field, IndexName, for the names of the indexes, and one row per index.

Syntax

Database.IndexSchema TableName


Parameters

TableName

String