Returns the ULTable object for the specified table.
GetTable( name As String ) As ULTable
Member of UltraLiteAFLib.ULConnection
name The name of the table sought.
You must then open the table before your application can read data from it.
Returns the ULTable object.