Contents Index ULPreparedStatement class AppendByteChunk method

UltraLite ActiveX User's Guide
  UltraLite ActiveX API Reference
    ULPreparedStatement class

Properties


Prototype Description
HasResultSet As Boolean (read-only) Indicates whether the prepared statement generates a result set.

True if the statement has a result set, otherwise, false.

If true, ExecuteQuery should be called instead of ExecuteStatement.

Schema As ULResultSetSchema (read-only) Gets the schema describing results of statement.

Contents Index ULPreparedStatement class AppendByteChunk method