UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULConnection class
GetTable( name As String ) As ULTable
Member of UltraLiteAFLib.ULConnection
Returns the ULTable object for the specified table. You must then open the table before data can be read from it.
name The name of the table sought.
Returns the ULTable object.