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

GetReal method Next Page

GetString method


Gets the column value as a String.

Syntax

GetString( index As Integer ) As String
Member of UltraLiteAFLib.ULResultSet

Parameters

index    The 1-based ordinal in the result set to get.

Returns

The value as a String.

Remarks

This method throws an error if the underlying column is NULL. Applications should first check for a NULL value in the property or method.