ITrkTables Interface | |
Description: | The object represents a collection of TrkTable objects, holding all the TADB database tables. This object is created once the interface gets the metadata using TADBRoot.Load method. Example: Dim oTADBRoot As Object Dim oTable As Object Set oTADBRoot = CreateObject("TADB.TADBRoot") If oTADBRoot Is Nothing Then MsgBox "Root Object is not
created" End If oTADBRoot.Load "TRK7", "" Set oTables = oTADBRoot.TrkTables 'Iterate through and find the TrkTable object. For Each oTrkTable In oTables MsgBox oTrkTable.Name Next |
Properties: | |
Methods: | Count , Item |