WOLFRAM

SQLResultSetTake[rs,{m,n}]

reads rows m through n from a result set.

Details and Options

Examples

open allclose all

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:

Out[3]=3

Get rows 2 through 4:

Out[4]=4

Get the last three rows:

Out[5]=5

Close the result set:

Options  (1)Common values & functionality for each option

"GetAsStrings"  (1)