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

SetByteChunk method Next Page

SetDatetime method


Sets the specified column of the current row to the supplied Datetime value.

Syntax

SetDatetime(
index As Integer
value As Date
)
Member of UltraLiteAFLib.ULResultSet

Parameters

index    The 1-based ordinal of the column in the current row to set.

value    The value the column is to receive.