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 » ULPreparedStatement class

Close method Next Page

ExecuteQuery method


Executes the query and returns a result set.

Syntax

ExecuteQuery( ) As ULResultSet
Member of UltraLiteAFLib.ULPreparedStatement

Returns

A ULResultSet object. The ULResultSet is the data you requested in your SELECT statement.

For more information about describing the product of your query, see ULResultSetSchema class.