WOLFRAM

SQLResultSetGoto[rs,pos]

sets the current position of a result set to pos.

Details and Options

Examples

Basic Examples  (1)Summary of the most common use cases

If you find that the examples in this section do not work as shown, you may need to install or restore the example database with the DatabaseLink`DatabaseExamples` package, as described in Using the Example Databases.

Open a connection:

Open a result set:

Go to the eighth row:

Out[4]=4
Out[5]=5

Go to the beginning:

Out[6]=6

Go to the end:

Out[7]=7

Close the result set: