Contents Index GetNewUUID method GrantConnectTo method

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULConnection class

GetTable method


Prototype  

GetTable( name As String ) As ULTable
Member of UltraLiteAFLib.ULConnection

Description 

Returns the ULTable object for the specified table. You must then open the table before data can be read from it.

Parameters 

name    The name of the table sought.

Returns 

Returns the ULTable object.


Contents Index GetNewUUID method GrantConnectTo method