TADB Root Object | |
Description: | TADB interface is accessed through the TADBRoot object. Call CreateObject to instantiate TADBRoot. Example: Dim oTADBRoot As Object Set oTADBRoot =
CreateObject("TADB.TADBRoot") If oTADBRoot Is Nothing Then MsgBox "Root Object is not
created" End If |
Properties: | TrkItemTypeGroupAttribs , TrkItemTypeGroups , TrkItemTypes , TrkItems , TrkTables , UserApplicationName |
Methods: | FindTable , Load , Unload |