UltraLite ActiveX User's Guide
UltraLite ActiveX API Reference
ULConnection class
GetTable( name As String ) As ULTable
Member of UltraliteActiveX.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.