In this example, a PreparedStatement object is obtained from a connection, and a ResultSet object is obtained from the PreparedStatement object. The next method on the ResultSet returns true each time a subsequent row can be obtained. Values for the columns in the current row can then be obtained from the ResultSet object.
Change to the following directory: %SQLANYSAMP12%\UltraLiteJ\J2SE.
Run the CreateDb example:
rundemo CreateDb |
Run the LoadDb example:
rundemo LoadDb |
Run the following command (the command is case sensitive):
rundemo ReadSeq |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |