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

SQL Anywhere 11.0.1 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API reference » Connection class

 

getTable method

Creates and returns a reference to the requested table in the database.

Syntax
Table getTable(String name, String persistName )
Parameters
  • name   Name of the table to fetch.

  • persistName   The name for cross-page JavaScript object persistence. Set to null if no persistence is required (for example, if the application has only a single HTML page).