Represents a result set in an UltraLite database. Created at runtime using ExecuteQuery method.
' Visual Basic
Public Class ResultSet
Inherits Cursor
// C#
public class ResultSet :
Cursor
This class cannot be directly instantiated. Result sets are created using the ExecuteQuery method method of the PreparedStatement class class.
A result set is only valid while the prepared statement is open.
ResultSet members
Schema property
Close method
Finalize method
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.