Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference » ULConnection class

GetNewUUID method Next Page

GetTable method


Returns the ULTable object for the specified table.

Syntax

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

Parameters

name    The name of the table sought.

Remarks

You must then open the table before your application can read data from it.

Returns

Returns the ULTable object.