Contents Index Properties Properties

UltraLite ActiveX User's Guide
  UltraLite ActiveX API Reference

ULResultSet class


The ULResultSet object moves over rows returned by a SQL query. Since the ULResultSet object contains the data returned by a query, you must refresh any query resultset after you have performed DML operations such as INSERT, UPDATE or DELETE. To do this, you should perform ExecuteQuery after you perform ExecuteStatement.


Properties
Close method
GetByteChunk method
GetStringChunk method
MoveAfterLast method
MoveBeforeFirst method
MoveFirst method
MoveLast method
MoveNext method
MovePrevious method
MoveRelative method
IsNull method

Contents Index Properties Properties